From 21e829fb07345f5d2b0bb88fbf1482924c3cba15 Mon Sep 17 00:00:00 2001 From: eBrnd Date: Sat, 31 May 2014 09:26:33 +0200 Subject: [PATCH] fix a copypaste error / typo --- i3pystatus/load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/load.py b/i3pystatus/load.py index 2fe8db4..0c657f7 100644 --- a/i3pystatus/load.py +++ b/i3pystatus/load.py @@ -11,7 +11,7 @@ class Load(IntervalModule): ("format", "format string used for output. {avg1}, {avg5} and {avg15} are the load average of the last one, five and fifteen minutes, respectively. {tasks} is the number of tasks (i.e. 1/285, which indiciates that one out of 285 total tasks is runnable)."), ("color", "The text color"), - ("critical_limit", "Limit under witch one the battery is critical"), + ("critical_limit", "Limit above which the load is considered critical"), ("critical_color", "The critical color"), )