From: Steven Schubiger Date: Sun, 16 Apr 2017 15:06:04 +0000 (+0200) Subject: Tweak comment X-Git-Tag: v0.61~1^2~7 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=eaa41b9e9f0bc54518efb56afb3bac671dbe2aba Tweak comment --- diff --git a/colorize.c b/colorize.c index d128228..0cfbaad 100644 --- a/colorize.c +++ b/colorize.c @@ -436,7 +436,7 @@ process_opt_attr (const char *p) vfprintf_fail (formats[FMT_GENERIC], "--attr switch must have strings separated by ,"); else { - /* If atttributes are added to this "list", also increase MAX_ATTRIBUTE_CHARS! */ + /* If attributes are added to this "list", also increase MAX_ATTRIBUTE_CHARS! */ if (p - s == 4 && strneq (s, "bold", 4)) write_attr (1); else if (p - s == 10 && strneq (s, "underscore", 10))