From 16250aee862cfab755bbfdb9686df152a2c4aa71 Mon Sep 17 00:00:00 2001 From: Schrottkatze <68819302+schrottkatze@users.noreply.github.com> Date: Sun, 25 Aug 2024 16:03:33 +0000 Subject: [PATCH] Fix Typo ("procent" -> "percent") (#1169) --- crates/eww/src/config/inbuilt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/eww/src/config/inbuilt.rs b/crates/eww/src/config/inbuilt.rs index 4032325..ba29939 100644 --- a/crates/eww/src/config/inbuilt.rs +++ b/crates/eww/src/config/inbuilt.rs @@ -42,7 +42,7 @@ define_builtin_vars! { // @prop { : { name, total, free, used, used_perc } } "EWW_DISK" [2] => || Ok(DynVal::from(get_disks())), - // @desc EWW_BATTERY - Battery capacity in procent of the main battery + // @desc EWW_BATTERY - Battery capacity in percent of the main battery // @prop { : { capacity, status } } "EWW_BATTERY" [2] => || Ok(DynVal::from( match get_battery_capacity() {