From 3483f1b083e33d17cffb8842c12f9b7755eb3ddf Mon Sep 17 00:00:00 2001 From: Otto Modinos Date: Fri, 16 Jan 2015 01:40:04 +0200 Subject: [PATCH] typo, whitin -> within --- bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar.c b/bar.c index a4492e9..a6441fc 100644 --- a/bar.c +++ b/bar.c @@ -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;