diff --git a/src/functions.h b/src/functions.h index b2a44dc..4bbb3a7 100644 --- a/src/functions.h +++ b/src/functions.h @@ -425,7 +425,7 @@ namespace { while(supplies.hasNext()) { supplies.next(); QString supply = supplies.filePath(); - // badly classified device by some ntx kernels, ignore + // Badly-classified device by some ntx kernels, ignore if ((type == "Battery") && (supplies.fileName() == "mc13892_charger")) { continue;