]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: update gnulib to latest; correct comment grammar
authorJim Meyering <meyering@redhat.com>
Thu, 24 May 2012 10:32:41 +0000 (12:32 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 10 Jun 2012 20:02:26 +0000 (22:02 +0200)
* tests/misc/help-version: Fix comment grammar:
s/all these/all of these/
* gl/lib/tempname.c.diff: Likewise.

gl/lib/tempname.c.diff
gnulib
tests/misc/help-version

index 3e30c972c2a34c4123e3d054371fec0fcfb860b4..b1c223610c3d859a263c9a8ab28be466d1c09185 100644 (file)
@@ -64,7 +64,7 @@ index 2da5afe..562955a 100644
    /* A lower bound on the number of temporary files to attempt to
       generate.  The maximum total number of temporary file names that
       can exist for a given template is 62**6.  It should never be
-      necessary to try all these combinations.  Instead if a reasonable
+      necessary to try all of these combinations.  Instead if a reasonable
       number of names is tried (we define reasonable as 62**3) fail to
 -     give the system administrator the chance to remove the problems.  */
 +     give the system administrator the chance to remove the problems.
diff --git a/gnulib b/gnulib
index a3a049672d410b1deba8f1537016f2ece42b4e88..70a9bd65b77ec4e516f500e7348bc1c332d91ea5 160000 (submodule)
--- a/gnulib
+++ b/gnulib
@@ -1 +1 @@
-Subproject commit a3a049672d410b1deba8f1537016f2ece42b4e88
+Subproject commit 70a9bd65b77ec4e516f500e7348bc1c332d91ea5
index e19f5b1c08ffe5e68a66594fe1fa81ef7d844b92..4a82b04d72820bfc63cdadc654729ee0b8081ffb 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Make sure all these programs work properly
+# Make sure all of these programs work properly
 # when invoked with --help or --version.
 
 # Copyright (C) 2000-2012 Free Software Foundation, Inc.