From 6affee34b7e5f124d5979abe349ac7f1c0ab3141 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Mon, 7 Oct 2019 22:17:13 +0200 Subject: process_opt_exclude_random(): fix typo --- colorize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colorize.c') 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 -- cgit v1.2.3