aboutsummaryrefslogtreecommitdiffstats
path: root/colorize.c
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2019-10-07 22:17:13 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2019-10-07 22:17:13 +0200
commit6affee34b7e5f124d5979abe349ac7f1c0ab3141 (patch)
tree407328ead049ed305fa73c0710cdb0229ea1d4f1 /colorize.c
parent6f9428b6c49ad3b8e33a2baab20d00fa8233375e (diff)
downloadcolorize-6affee34b7e5f124d5979abe349ac7f1c0ab3141.tar.gz
colorize-6affee34b7e5f124d5979abe349ac7f1c0ab3141.tar.bz2
process_opt_exclude_random(): fix typo
Diffstat (limited to 'colorize.c')
-rw-r--r--colorize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorize.c b/colorize.c
index ac4ee9a..189040b 100644
--- a/colorize.c
+++ b/colorize.c
@@ -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