From: Bruno Haible Date: Sun, 10 Feb 2019 19:31:33 +0000 (+0100) Subject: Fix typo in comment. X-Git-Tag: v0.20~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b6afd61679964d34899412f5f557c528e2dcf67;p=thirdparty%2Fgettext.git Fix typo in comment. * gettext-tools/src/color.h (style_file_prepare): Fix typo in comment. --- diff --git a/gettext-tools/src/color.h b/gettext-tools/src/color.h index 3c3fa850b..bec031a96 100644 --- a/gettext-tools/src/color.h +++ b/gettext-tools/src/color.h @@ -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. */