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:
authorJunio C Hamano <gitster@pobox.com>2021-07-17 03:42:53 +0300
committerJunio C Hamano <gitster@pobox.com>2021-07-17 03:42:53 +0300
commit8e62a85352e998415934ac24c6b0db3cd37d372e (patch)
treea20215a476e1ef6f8fdff13bff82398a16f1f4f7 /config.c
parent8721e2eaedd0290ef399f638912a49b36402e715 (diff)
parent46a237f42fe24545e6a2a72488ad04d836f91717 (diff)
Merge branch 'ds/gender-neutral-doc'
Update the documentation not to assume users are of certain gender and adds to guidelines to do so. * ds/gender-neutral-doc: *: fix typos comments: avoid using the gender of our users doc: avoid using the gender of other people
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index c4dcb40b47..f33abeab85 100644
--- a/config.c
+++ b/config.c
@@ -2838,7 +2838,7 @@ static void maybe_remove_section(struct config_store_data *store,
begin = store->parsed[i].begin;
/*
- * Next, make sure that we are removing he last key(s) in the section,
+ * Next, make sure that we are removing the last key(s) in the section,
* and that there are no comments that are possibly about the current
* section.
*/