diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-04-16 17:06:04 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-04-16 17:06:04 +0200 |
commit | eaa41b9e9f0bc54518efb56afb3bac671dbe2aba (patch) | |
tree | 032e458927951d18d89c76965e14fb29a1680030 | |
parent | 38114a984055e8491772cfb7824be517ff2ec83f (diff) | |
download | colorize-eaa41b9e9f0bc54518efb56afb3bac671dbe2aba.tar.gz colorize-eaa41b9e9f0bc54518efb56afb3bac671dbe2aba.tar.bz2 |
Tweak comment
-rw-r--r-- | colorize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |