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:
authorElijah Newren <newren@gmail.com>2023-10-08 09:45:15 +0300
committerJunio C Hamano <gitster@pobox.com>2023-10-09 22:06:29 +0300
commit03b3431e6a36d9a529f49d938168043b463ca24b (patch)
tree50cc0efe91d3340c23a5efb3dc67305ecb889268 /Documentation/config
parent6cc668c0abd65415a461c6dddfefffaaeb1d5adc (diff)
documentation: whitespace is already generally plural
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/apply.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/apply.txt b/Documentation/config/apply.txt
index 3f9ff19db6..f9908e210a 100644
--- a/Documentation/config/apply.txt
+++ b/Documentation/config/apply.txt
@@ -7,5 +7,5 @@ apply.ignoreWhitespace::
See linkgit:git-apply[1].
apply.whitespace::
- Tells 'git apply' how to handle whitespaces, in the same way
+ Tells 'git apply' how to handle whitespace, in the same way
as the `--whitespace` option. See linkgit:git-apply[1].