Skip to content

Commit 32348e7

Browse files
authored
fix the other typo in ifaces (#272)
I missed it the first time
1 parent 09c9df0 commit 32348e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/battery/ifaces.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ private interface AstalBattery.IUPower : DBusProxy {
1010
public abstract string daemon_version { owned get; }
1111
public abstract bool on_battery { get; }
1212
public abstract bool lid_is_closed { get; }
13-
public abstract bool lis_is_present { get; }
13+
public abstract bool lid_is_present { get; }
1414
}
1515

1616
[DBus (name = "org.freedesktop.UPower.Device")]

0 commit comments

Comments
 (0)