]> git.refcnt.org Git - colorize.git/commitdiff
Fix spelling of preceeded
authorSteven Schubiger <stsc@refcnt.org>
Sat, 7 Jan 2017 21:28:52 +0000 (22:28 +0100)
committerSteven Schubiger <stsc@refcnt.org>
Sat, 7 Jan 2017 21:28:52 +0000 (22:28 +0100)
I: colorize: spelling-error-in-binary usr/bin/colorize preceeded preceded

colorize.c
t/fail.t

index a891135fdd4772710481ff8607f9d7782cee7ff6..70de8488614cd2c2cbb24a8b8740b5c245f2584c 100644 (file)
@@ -554,7 +554,7 @@ process_args (unsigned int arg_cnt, char **arg_strings, bool *bold, const struct
         if (file_string)
           vfprintf_fail (formats[FMT_GENERIC], "hyphen cannot be used as color string");
         else
-          vfprintf_fail (formats[FMT_GENERIC], "hyphen must be preceeded by color string");
+          vfprintf_fail (formats[FMT_GENERIC], "hyphen must be preceded by color string");
       }
 
     ret = lstat (color_string, &sb);
@@ -684,7 +684,7 @@ skip_path_colors (const char *color_string, const char *file_string, const struc
         else
           {
             if (VALID_FILE_TYPE (mode))
-              vfprintf_fail (formats[FMT_QUOTE], get_file_type (mode), file_exists, "must be preceeded by color string");
+              vfprintf_fail (formats[FMT_QUOTE], get_file_type (mode), file_exists, "must be preceded by color string");
             else
               vfprintf_fail (formats[FMT_QUOTE], get_file_type (mode), file_exists, "is not a valid file type");
           }
index a72e9ab9ad256e183329be60fab4db1529b5e56d..b152094cfb9567da764d454a1fad14fa09f2a285 100755 (executable)
--- a/t/fail.t
+++ b/t/fail.t
@@ -45,9 +45,9 @@ SKIP: {
         [ '--clean file1 file2',     'more than one file'                          ],
         [ '--clean-all file1 file2', 'more than one file'                          ],
         [ '- file',                  'hyphen cannot be used as color string'       ],
-        [ '-',                       'hyphen must be preceeded by color string'    ],
+        [ '-',                       'hyphen must be preceded by color string'     ],
         [ "$file file",              'cannot be used as color string'              ],
-        [ "$file",                   'must be preceeded by color string'           ],
+        [ "$file",                   'must be preceded by color string'            ],
         [ "$dir",                    'is not a valid file type'                    ],
         [ '/black',                  'foreground color missing'                    ],
         [ 'white/',                  'background color missing'                    ],