typo in comment ;) ok nicm

This commit is contained in:
sthen 2015-01-20 10:57:10 +00:00
parent 16bdd970dc
commit f9c7f9a17a
1 changed files with 1 additions and 1 deletions

View File

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