diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-07-17 02:42:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-17 02:42:53 +0200 |
commit | 8e62a85352e998415934ac24c6b0db3cd37d372e (patch) | |
tree | a20215a476e1ef6f8fdff13bff82398a16f1f4f7 /config.c | |
parent | Merge branch 'jt/partial-clone-submodule-1' (diff) | |
parent | *: fix typos (diff) | |
download | git-8e62a85352e998415934ac24c6b0db3cd37d372e.tar.xz git-8e62a85352e998415934ac24c6b0db3cd37d372e.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |