Skip to content

Commit 46a237f

Browse files
derrickstoleegitster
authored andcommitted
*: 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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0e20b22 commit 46a237f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2834,7 +2834,7 @@ static void maybe_remove_section(struct config_store_data *store,
28342834
begin = store->parsed[i].begin;
28352835

28362836
/*
2837-
* Next, make sure that we are removing he last key(s) in the section,
2837+
* Next, make sure that we are removing the last key(s) in the section,
28382838
* and that there are no comments that are possibly about the current
28392839
* section.
28402840
*/

t/t9300-fast-import.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,6 @@ test_expect_success 'O: comments are all skipped' '
15381538
commit refs/heads/O1
15391539
# -- ignore all of this text
15401540
committer $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> $GIT_COMMITTER_DATE
1541-
# $GIT_COMMITTER_NAME has inserted here for his benefit.
15421541
data <<COMMIT
15431542
dirty directory copy
15441543
COMMIT

0 commit comments

Comments
 (0)