summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-07-16 17:42:53 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-07-16 17:42:53 -0700
commit8e62a85352e998415934ac24c6b0db3cd37d372e (patch)
treea20215a476e1ef6f8fdff13bff82398a16f1f4f7 /config.c
parentMerge branch 'jt/partial-clone-submodule-1' (diff)
parent*: fix typos (diff)
downloadtgif-8e62a85352e998415934ac24c6b0db3cd37d372e.tar.xz
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.
*/