summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-23 14:27:11 -0800
committerKarl Berry <karl@freefriends.org>2022-01-23 14:27:11 -0800
commitb64df48bd97ea9ed3674ad63751e6dccfd458d87 (patch)
treed7ec825148d1e4798067e044c2c4dadcbae1a714 /t/README
parenta4e22a7bf67fbd0b08781e7f23ba6a7cc2c0a173 (diff)
downloadautomake-b64df48bd97ea9ed3674ad63751e6dccfd458d87.tar.gz
doc: singular/plural agreement, since it's easy.
* HACKING: singular/plural agreement. * t/README: likewise.
Diffstat (limited to 't/README')
-rw-r--r--t/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/README b/t/README
index 3431487e6..16096ca7b 100644
--- a/t/README
+++ b/t/README
@@ -222,7 +222,7 @@ Writing test cases
than another.
* Use cat or grep or similar commands to display (part of) files that
- may be interesting for debugging, so that when a user send a verbose
+ may be interesting for debugging, so that when users send verbose
output we don't have to ask them for more details. Display stderr
output on the stderr file descriptor. If some redirected command is
likely to fail, display its output even in the failure case, before