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:
authorDerrick Stolee <dstolee@microsoft.com>2021-06-15 17:11:11 +0300
committerJunio C Hamano <gitster@pobox.com>2021-06-16 05:26:20 +0300
commit46a237f42fe24545e6a2a72488ad04d836f91717 (patch)
tree3bed25d3d54cc03d0b877414dde698137391e39c /config.c
parent0e20b229eea63716cdd1bea916b7e416f450278a (diff)
*: fix typos
These typos were found while searching the codebase for gendered pronouns. In the case of t9300-fast-import.sh, remove a confusing comment that is unnecessary to the understanding of the test. Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 6428393a41..c008987db3 100644
--- a/config.c
+++ b/config.c
@@ -2834,7 +2834,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.
*/