diff options
| author | Emanoil Kotsev <deloptes@gmail.com> | 2025-04-03 20:25:03 +0000 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-04 09:09:05 +0900 |
| commit | a6839ffd6f19218369896e72b556855c932ee05c (patch) | |
| tree | 4f8ae9e184665343f168eea5b7f16027072bc6a5 | |
| parent | 6798aab86563a1ac0e237b75a3ef45b61bae36ae (diff) | |
| download | tdepowersave-a6839ffd6f19218369896e72b556855c932ee05c.tar.gz tdepowersave-a6839ffd6f19218369896e72b556855c932ee05c.zip | |
as per title fixed a typo
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
(cherry picked from commit 6803d35852b0fbe8ba08011c293f7623668a398a)
| -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: |
