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 */