Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 4f021b3

Browse files
gnpricegitster
authored andcommitted
Documentation: "advice" is uncountable
"Advice" is a mass noun, not a count noun; it's not ordinarily pluralized. Signed-off-by: Greg Price <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent dff9f88 commit 4f021b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ advice.*::
168168
Advice shown when linkgit:git-merge[1] refuses to
169169
merge to avoid overwriting local changes.
170170
resolveConflict::
171-
Advices shown by various commands when conflicts
171+
Advice shown by various commands when conflicts
172172
prevent the operation from being performed.
173173
implicitIdentity::
174174
Advice on how to set your identity configuration when

t/t7512-status-help.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Grenoble INP Ensimag
66
#
77

8-
test_description='git status advices'
8+
test_description='git status advice'
99

1010
. ./test-lib.sh
1111

0 commit comments

Comments
 (0)