]> git.wh0rd.org Git - nano.git/commitdiff
cosmetic fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 3 Jun 2005 19:10:47 +0000 (19:10 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 3 Jun 2005 19:10:47 +0000 (19:10 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2584 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/rcfile.c

index 6aab2b6c35630ec9019528a023b0319fef780bd2..64007e3b6441a148f8220d3d85abfbe12f3265a3 100644 (file)
@@ -395,9 +395,8 @@ void parse_colors(char *ptr)
        return;
     }
 
-    /* Now for the fun part.  Start adding regexps to individual strings
+    /* Now for the fun part.  Start adding regexes to individual strings
      * in the colorstrings array, woo! */
-
     while (ptr != NULL && *ptr != '\0') {
        colortype *newcolor;
            /* The new color structure. */