diff -r 5b1caaa31aba tag.c --- a/tag.c Tue Jul 24 18:29:29 2007 +0200 +++ b/tag.c Wed Jul 25 01:21:19 2007 +0200 @@ -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)