typo, whitin -> within

This commit is contained in:
Otto Modinos 2015-01-16 01:40:04 +02:00
parent 7d2c7ab438
commit 3483f1b083
1 changed files with 1 additions and 1 deletions

2
bar.c
View File

@ -300,7 +300,7 @@ area_add (char *str, const char *optend, char **end, monitor_t *mon, const int x
for (trail = strchr(++p, ':'); trail && trail[-1] == '\\'; trail = strchr(trail + 1, ':'))
;
// Find the trailing : and make sure it's whitin the formatting block, also reject empty commands
// Find the trailing : and make sure it's within the formatting block, also reject empty commands
if (!trail || p == trail || trail > optend) {
*end = p;
return false;