diff --git a/README.md b/README.md index 7c8eb34..18b01a0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ supported fan sources: misc sources: - battery source that displays the state of charge of your batteries - through libhal. - uptime source that displays the current system uptime. diff --git a/src/sources/batterysrc.h b/src/sources/batterysrc.h index 5ff3268..ec30872 100644 --- a/src/sources/batterysrc.h +++ b/src/sources/batterysrc.h @@ -33,7 +33,7 @@ class TDEHardwareDevices; #endif /** - * BatterySrc fetches the state of charge of the battery from HAL + * BatterySrc fetches the state of charge of the battery * @author Ken Werner */ class BatterySrc : public LabelSource { @@ -64,7 +64,7 @@ private: ThreadedTrigger mTrigger; /** - * The hal udi of that battery source + * The udi of that battery source */ TQString mUDI;