[hackers] [sbase] tr : Revert 97c59861465172f24ced6fe30d5de69403b9b193 || FRIGN

From: <git_AT_suckless.org>
Date: Sat, 7 Feb 2015 19:18:25 +0100 (CET)

commit 92aecd45c2f6f509518dd9df189b3dc610bc19c3
Author: FRIGN <dev_AT_frign.de>
Date: Sat Feb 7 18:09:04 2015 +0100

    tr : Revert 97c59861465172f24ced6fe30d5de69403b9b193
    
    This was no typo.

diff --git a/tr.c b/tr.c
index 854912c..a9eb190 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 form a complement.\n");
+ eprintf("set2 can't be imaged to from a complement.\n");
 read:
         if (!readrune("<stdin>", stdin, &r))
                 return 0;
Received on Sat Feb 07 2015 - 19:18:25 CET

This archive was generated by hypermail 2.3.0 : Sat Feb 07 2015 - 19:24:08 CET