diff options
author | Steven Schubiger <stsc@refcnt.org> | 2019-10-07 22:17:13 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2019-10-07 22:17:13 +0200 |
commit | 6affee34b7e5f124d5979abe349ac7f1c0ab3141 (patch) | |
tree | 407328ead049ed305fa73c0710cdb0229ea1d4f1 /colorize.c | |
parent | 6f9428b6c49ad3b8e33a2baab20d00fa8233375e (diff) | |
download | colorize-6affee34b7e5f124d5979abe349ac7f1c0ab3141.tar.gz colorize-6affee34b7e5f124d5979abe349ac7f1c0ab3141.tar.bz2 |
process_opt_exclude_random(): fix typo
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -643,7 +643,7 @@ process_opt_exclude_random (const char *s, const bool is_opt) } if (!valid) vfprintf_fail ("%s must be provided a plain color", - is_opt ? "--exlude-random switch" : "exclude-random conf option"); + is_opt ? "--exclude-random switch" : "exclude-random conf option"); } static void |