maint: spell "file system" as two separate words

* doc/Doxyfile.in: Spell it "file system", to avoid a
"make syntax-check" failure.
This commit is contained in:
Jim Meyering
2012-01-13 10:22:48 +01:00
parent 59420cd716
commit 6116a98165
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
2012-01-13 Jim Meyering <meyering@redhat.com>
maint: spell "file system" as two separate words
* doc/Doxyfile.in: Spell it "file system", to avoid a
"make syntax-check" failure.
maint: avoid "the the"
* djgpp/README.in: s/the the/the/
* src/parse-gram.c (lloc_default): Likewise.

View File

@@ -391,7 +391,7 @@ EXCLUDE = @top_srcdir@/src/scan-gram.c \
@top_builddir@/src/parse-*.[ch]
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are
# directories that are symbolic links (a Unix file system feature) are
# excluded from the input.
EXCLUDE_SYMLINKS = YES