tr: small typo
This commit is contained in:
parent
6b93b14fba
commit
97c5986146
2
tr.c
2
tr.c
|
@ -203,7 +203,7 @@ main(int argc, char *argv[])
|
||||||
if (set2check && set2check != iswlower && set2check != iswupper)
|
if (set2check && set2check != iswlower && set2check != iswupper)
|
||||||
eprintf("set2 can only be the 'lower' or 'upper' class.\n");
|
eprintf("set2 can only be the 'lower' or 'upper' class.\n");
|
||||||
if (set2check && cflag && !dflag)
|
if (set2check && cflag && !dflag)
|
||||||
eprintf("set2 can't be imaged to from a complement.\n");
|
eprintf("set2 can't be imaged to form a complement.\n");
|
||||||
read:
|
read:
|
||||||
if (!readrune("<stdin>", stdin, &r))
|
if (!readrune("<stdin>", stdin, &r))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user