diff options
| author | Emanoil Kotsev <deloptes@gmail.com> | 2025-04-03 20:25:03 +0000 |
|---|---|---|
| committer | Emanoil Kotsev <deloptes@gmail.com> | 2025-04-03 21:47:08 +0000 |
| commit | 6803d35852b0fbe8ba08011c293f7623668a398a (patch) | |
| tree | 5e0cfc08d961f155cb35ed84270f485b5c81e7c1 /src | |
| parent | 6ae64f355770cef254d4da789a873542889027a9 (diff) | |
| download | tdepowersave-6803d35852b0fbe8ba08011c293f7623668a398a.tar.gz tdepowersave-6803d35852b0fbe8ba08011c293f7623668a398a.zip | |
as per title fixed a typo
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/hardware.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hardware.h b/src/hardware.h index 314f961..b46578d 100644 --- a/src/hardware.h +++ b/src/hardware.h @@ -139,7 +139,7 @@ private: //! pointer to the dbusInterface connection class dbusInterface *dbus_iface; - //! hold udis of special hardware execpt batteries represented by a TQString pairs (name,udi) + //! hold udis of special hardware except batteries represented by a TQString pairs (name,udi) /*! * This directory handle udis for known fixed devices as e.g ac adapter. This devices are * currently available: |
