aboutsummaryrefslogtreecommitdiffstats
path: root/colorize.c
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2017-01-07 22:28:52 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2017-01-07 22:28:52 +0100
commit52a7c4ca9ae542e8e768daaffed6e3122b71d503 (patch)
treec3bb13b69ba38dca40b14779e372bb769fb66c0c /colorize.c
parenteb2632a84364899d0d9ce880802d259cf8814006 (diff)
downloadcolorize-52a7c4ca9ae542e8e768daaffed6e3122b71d503.tar.gz
colorize-52a7c4ca9ae542e8e768daaffed6e3122b71d503.tar.bz2
Fix spelling of preceeded
I: colorize: spelling-error-in-binary usr/bin/colorize preceeded preceded
Diffstat (limited to 'colorize.c')
-rw-r--r--colorize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/colorize.c b/colorize.c
index a891135..70de848 100644
--- a/colorize.c
+++ b/colorize.c
@@ -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");
}