JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!
[dwm.git] / tag.c
diff --git a/tag.c b/tag.c
index 19c63b1..2311ade 100644 (file)
--- 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)