]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Sun, 10 Feb 2019 19:31:33 +0000 (20:31 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 10 Feb 2019 19:40:59 +0000 (20:40 +0100)
* gettext-tools/src/color.h (style_file_prepare): Fix typo in comment.

gettext-tools/src/color.h

index 3c3fa850b2d1b39e98e2d2702a622be01cb460d8..bec031a96023682c5855140e857535d8ee761e02 100644 (file)
@@ -50,9 +50,9 @@ extern void print_color_test (void);
    value, specifies the style file to use.  This environment variable is meant
    to be set by the user.
    STYLESDIR_ENVVAR is an environment variable that, when set to a non-empty
-   value, specifies the directory with the styles files, or NULL.  This is
+   value, specifies the directory with the style files, or NULL.  This is
    necessary for running the testsuite before "make install".
-   STYLESDIR_AFTER_INSTALL is the directory with the styles files after
+   STYLESDIR_AFTER_INSTALL is the directory with the style files after
    "make install".
    DEFAULT_STYLE_FILE is the file name of the default style file, relative to
    STYLESDIR.  */