diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2021-06-15 14:11:11 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-06-16 11:26:20 +0900 |
commit | 46a237f42fe24545e6a2a72488ad04d836f91717 (patch) | |
tree | 3bed25d3d54cc03d0b877414dde698137391e39c /t | |
parent | comments: avoid using the gender of our users (diff) | |
download | tgif-46a237f42fe24545e6a2a72488ad04d836f91717.tar.xz |
*: 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 't')
-rwxr-xr-x | t/t9300-fast-import.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index 5c47ac4465..7607ef65cb 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -1538,7 +1538,6 @@ test_expect_success 'O: comments are all skipped' ' commit refs/heads/O1 # -- ignore all of this text committer $GIT_COMMITTER_NAME <$GIT_COMMITTER_EMAIL> $GIT_COMMITTER_DATE - # $GIT_COMMITTER_NAME has inserted here for his benefit. data <<COMMIT dirty directory copy COMMIT |