*: 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>
This commit is contained in:
Derrick Stolee
2021-06-15 14:11:11 +00:00
committed by Junio C Hamano
parent 0e20b229ee
commit 46a237f42f
2 changed files with 1 additions and 2 deletions

View File

@ -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.
*/