X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=tag.c;fp=tag.c;h=2311ade97753bb26f87b69f452c8ab2f50317ccf;hp=19c63b1b5dcd73141302bfd86fb1db75b6937e8a;hb=154497541d1378d3aded02df06029de94d8af586;hpb=e0cfe076485e7df266b53eaffaa093d9c94a61a7 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)