1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-14 03:12:10 +02:00

build: update gnulib to latest; correct comment grammar

* tests/misc/help-version: Fix comment grammar:
s/all these/all of these/
* gl/lib/tempname.c.diff: Likewise.
This commit is contained in:
Jim Meyering
2012-05-24 12:32:41 +02:00
parent e106212d90
commit f378f1c51c
3 changed files with 3 additions and 3 deletions

View 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.

2
gnulib

Submodule gnulib updated: a3a049672d...70a9bd65b7

View File

@@ -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.