From f9c7f9a17aaf05f4303f66982f6cf33ad03f9714 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 20 Jan 2015 10:57:10 +0000 Subject: typo in comment ;) ok nicm --- status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'status.c') 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 */ -- cgit v1.2.3