applied Jeroen's {clean,spell}.diff patches, thanks Jeroen!
This commit is contained in:
parent
e0cfe07648
commit
154497541d
2 changed files with 3 additions and 7 deletions
2
tag.c
2
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue