diff options
author | Jim Meyering <meyering@redhat.com> | 2012-05-24 12:32:41 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-06-10 22:02:26 +0200 |
commit | f378f1c51cf4784ec0b0f0e7233319924e1283b2 (patch) | |
tree | f2a78b3e05752921a9eb64e7ca60575927027026 /tests | |
parent | e106212d90c666ea6d0d27650ee12fdb49cad76b (diff) | |
download | coreutils-f378f1c51cf4784ec0b0f0e7233319924e1283b2.tar.xz |
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.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/help-version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/help-version b/tests/misc/help-version index e19f5b1c0..4a82b04d7 100755 --- a/tests/misc/help-version +++ b/tests/misc/help-version @@ -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. |