]> git.refcnt.org Git - colorize.git/commitdiff
process_opt_exclude_random(): fix typo
authorSteven Schubiger <stsc@refcnt.org>
Mon, 7 Oct 2019 20:17:13 +0000 (22:17 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Mon, 7 Oct 2019 20:17:13 +0000 (22:17 +0200)
colorize.c

index ac4ee9a4b3b84c4d6d4ebdd81783898346563354..189040b0dc74f7fae203430f6b7b511c3e2a123d 100644 (file)
@@ -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