From: Steven Schubiger Date: Mon, 7 Oct 2019 20:17:13 +0000 (+0200) Subject: process_opt_exclude_random(): fix typo X-Git-Tag: v0.65~9 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=6affee34b7e5f124d5979abe349ac7f1c0ab3141 process_opt_exclude_random(): fix typo --- 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