[hackers] [sbase] tr: small typo || Hiltjo Posthuma
commit d2eedba5c8455e0f935e15dd24d06ee459a66c61
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Fri Feb 6 15:43:07 2015 +0100
tr: small typo
diff --git a/tr.c b/tr.c
index a9eb190..854912c 100644
--- a/tr.c
+++ b/tr.c
_AT_@ -203,7 +203,7 @@ main(int argc, char *argv[])
if (set2check && set2check != iswlower && set2check != iswupper)
eprintf("set2 can only be the 'lower' or 'upper' class.\n");
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:
if (!readrune("<stdin>", stdin, &r))
return 0;
Received on Fri Feb 06 2015 - 16:14:33 CET
This archive was generated by hypermail 2.3.0
: Fri Feb 06 2015 - 16:24:09 CET