]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 23 Jul 2000 11:01:19 +0000 (11:01 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 23 Jul 2000 11:01:19 +0000 (11:01 +0000)
old/fileutils/ChangeLog

index 1da542491749406a1e77fa1e98b3d30ab2a20055..c86cedd4867af67b3bc9b1a09002630962dcd828 100644 (file)
@@ -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):