sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit 97c59861465172f24ced6fe30d5de69403b9b193
parent 6b93b14fbaf15bfb1c42dfd1ac71151224cadf17
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri,  6 Feb 2015 15:43:07 +0100

tr: small typo

Diffstat:
Mtr.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tr.c b/tr.c @@ -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;