]> git.refcnt.org Git - colorize.git/blobdiff - colorize.c
Tweak comment
[colorize.git] / colorize.c
index d12822888f7c51996462df188afe6d605351750d..0cfbaad0862809baf37a7e3a0037748e557d87f8 100644 (file)
@@ -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))