summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcccslater <[email protected]>2025-02-01 12:07:58 +0000
committerGitHub <[email protected]>2025-02-01 13:07:58 +0100
commit09c9df0ed498dbea214d38af74b90c9a8b023489 (patch)
treee6ea48e86ab72d7f92798cbf3a4e6a9bd1f9b469
parent24430c67a68d35f6a26a86debb12d534fc1cb7c4 (diff)
upower.vala: fix typo (#269)
Lis -> lid
-rw-r--r--lib/battery/upower.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/battery/upower.vala b/lib/battery/upower.vala
index 223633e..ea5946a 100644
--- a/lib/battery/upower.vala
+++ b/lib/battery/upower.vala
@@ -29,7 +29,7 @@ public class AstalBattery.UPower : Object {
public bool lid_is_closed { get { return proxy.lid_is_closed; } }
/** Indicates if the system has a lid device. */
- public bool lis_is_present { get { return proxy.lid_is_closed; } }
+ public bool lid_is_present { get { return proxy.lid_is_closed; } }
/**
* When the system's power supply is critical (critically low batteries or UPS),