summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-13 10:22:48 +0100
committerAkim Demaille <demaille@gostai.com>2012-01-15 10:58:14 +0100
commit8cc3c80e8a4f015ba0aad5979aa13ba2c3caba9c (patch)
tree00d75459f413184b33cbf814439bc6b2024e94f0
parent77315a51c1fb97dc07e1de1105551f8250cdde31 (diff)
downloadbison-8cc3c80e8a4f015ba0aad5979aa13ba2c3caba9c.tar.gz
maint: spell "file system" as two separate words
* doc/Doxyfile.in: Spell it "file system", to avoid a "make syntax-check" failure.
-rw-r--r--ChangeLog6
-rw-r--r--doc/Doxyfile.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 71fc1a0a..e74052b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-01-15 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.
+
+2012-01-15 Jim Meyering <meyering@redhat.com>
+
maint: avoid "the the"
* djgpp/README.in: s/the the/the/
* src/parse-gram.c (lloc_default): Likewise.
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 61274390..3d2ea64e 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -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