summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 1da542491..c86cedd48 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -30,7 +30,7 @@
Begin converting "`%s'" in format strings to "%s", and wrap each
corresponding argument in a `quote (...)' call -- if there's only one.
- If there are more than one, then use `quote_n (0, ...),
+ If there are two or more, then use `quote_n (0, ...),
quote_n (1, ...), ...'.
Here's the justification, from Paul Eggert (thanks, Paul):