We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c9df0 commit 32348e7Copy full SHA for 32348e7
lib/battery/ifaces.vala
@@ -10,7 +10,7 @@ private interface AstalBattery.IUPower : DBusProxy {
10
public abstract string daemon_version { owned get; }
11
public abstract bool on_battery { get; }
12
public abstract bool lid_is_closed { get; }
13
- public abstract bool lis_is_present { get; }
+ public abstract bool lid_is_present { get; }
14
}
15
16
[DBus (name = "org.freedesktop.UPower.Device")]
0 commit comments