Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Price <price@MIT.EDU>2013-02-25 09:27:20 +0400
committerJunio C Hamano <gitster@pobox.com>2013-02-25 19:31:28 +0400
commit4f021b34f2d5b775690f63796a2973753660c8a8 (patch)
treeb5aeaab050e902d8aaa39df66c1553ff3d6db06c /t/t7512-status-help.sh
parentdff9f8835f2f2820c4e7109d242cb06b39f7d065 (diff)
Documentation: "advice" is uncountable
"Advice" is a mass noun, not a count noun; it's not ordinarily pluralized. Signed-off-by: Greg Price <price@mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7512-status-help.sh')
-rwxr-xr-xt/t7512-status-help.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7512-status-help.sh b/t/t7512-status-help.sh
index b3f6eb9c68..95d651080f 100755
--- a/t/t7512-status-help.sh
+++ b/t/t7512-status-help.sh
@@ -5,7 +5,7 @@
# Grenoble INP Ensimag
#
-test_description='git status advices'
+test_description='git status advice'
. ./test-lib.sh