summaryrefslogtreecommitdiffstats
path: root/status.c
diff options
context:
space:
mode:
authorsthen <sthen>2015-01-20 10:57:10 +0000
committersthen <sthen>2015-01-20 10:57:10 +0000
commitf9c7f9a17aaf05f4303f66982f6cf33ad03f9714 (patch)
treedf4756e67ad67e3089f4638b89f7731c715f27fb /status.c
parent16bdd970dcc68e50f26c512b3ead628b9b899c88 (diff)
typo in comment ;) ok nicm
Diffstat (limited to 'status.c')
-rw-r--r--status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/status.c b/status.c
index ac248ba4..6d6c7c98 100644
--- a/status.c
+++ b/status.c
@@ -328,7 +328,7 @@ draw:
wloffset = 0;
if (wlwidth < wlavailable) {
switch (options_get_number(&s->options, "status-justify")) {
- case 1: /* centered */
+ case 1: /* centred */
wloffset += (wlavailable - wlwidth) / 2;
break;
case 2: /* right */