aboutsummaryrefslogtreecommitdiffstats
path: root/tag.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-07-26 20:15:02 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-07-26 20:15:02 +0200
commit154497541d1378d3aded02df06029de94d8af586 (patch)
tree59d001879dd8ec2a9d202bfe0ebd1d48990dec4d /tag.c
parente0cfe076485e7df266b53eaffaa093d9c94a61a7 (diff)
downloaddwm-154497541d1378d3aded02df06029de94d8af586.tar.zst
applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!
Diffstat (limited to 'tag.c')
-rw-r--r--tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag.c b/tag.c
index 19c63b1..2311ade 100644
--- a/tag.c
+++ b/tag.c
@@ -106,7 +106,7 @@ shiftview(const char *arg) {
for(i = 0; !seltag[i]; i++);
for(j = i + 1; j < ntags && !seltag[j]; j++);
if(j < ntags)
- return; /* more then one tag selected */
+ return; /* more than one tag selected */
seltag[i] = False;
i += arg ? atoi(arg) : 0;
if(i < 0)