mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
solid: typo
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3d03a627bc
commit
d4b909962e
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
using namespace Solid::Backends::UDev;
|
||||
|
||||
static const QStringList powersupplysubsystems = QStringList() << QLatin1String("power_suply");
|
||||
static const QStringList powersupplysubsystems = QStringList() << QLatin1String("power_supply");
|
||||
|
||||
AcAdapter::AcAdapter(UDevDevice *device)
|
||||
: DeviceInterface(device),
|
||||
|
|
|
@ -26,7 +26,7 @@ using namespace Solid::Backends::UDev;
|
|||
// linux/drivers/power/supply/power_supply_sysfs.c
|
||||
// include/linux/power_supply.h
|
||||
|
||||
static const QStringList powersupplysubsystems = QStringList() << QLatin1String("power_suply");
|
||||
static const QStringList powersupplysubsystems = QStringList() << QLatin1String("power_supply");
|
||||
|
||||
Battery::Battery(UDevDevice *device)
|
||||
: DeviceInterface(device),
|
||||
|
|
Loading…
Add table
Reference in a new issue