typo in comment ;) ok nicm

This commit is contained in:
sthen 2015-01-20 10:57:10 +00:00
parent 16bdd970dc
commit f9c7f9a17a

View File

@ -328,7 +328,7 @@ draw:
wloffset = 0; wloffset = 0;
if (wlwidth < wlavailable) { if (wlwidth < wlavailable) {
switch (options_get_number(&s->options, "status-justify")) { switch (options_get_number(&s->options, "status-justify")) {
case 1: /* centered */ case 1: /* centred */
wloffset += (wlavailable - wlwidth) / 2; wloffset += (wlavailable - wlwidth) / 2;
break; break;
case 2: /* right */ case 2: /* right */