mbox series

[0/2] Typo fixes

Message ID pull.824.git.git.1595969139.gitgitgadget@gmail.com (mailing list archive)
Headers show
Series Typo fixes | expand

Message

Linus Arver via GitGitGadget July 28, 2020, 8:45 p.m. UTC
Fix some simple typos: doubled words, and character swapping

Elijah Newren (2):
  Remove doubled words in various comments
  hashmap: fix typo in usage docs

 fsmonitor.c                            | 2 +-
 hashmap.h                              | 2 +-
 t/t5510-fetch.sh                       | 2 +-
 t/t6046-merge-skip-unneeded-updates.sh | 2 +-
 t/t8014-blame-ignore-fuzzy.sh          | 2 +-
 wt-status.c                            | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


base-commit: 47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-824%2Fnewren%2Ftypo-fixes-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-824/newren/typo-fixes-v1
Pull-Request: https://github.com/git/git/pull/824

Comments

Taylor Blau July 28, 2020, 8:48 p.m. UTC | #1
On Tue, Jul 28, 2020 at 08:45:37PM +0000, Elijah Newren via GitGitGadget wrote:
> Fix some simple typos: doubled words, and character swapping

Far be it from me--since I seem to always be making these mistakes
myself--to be an authoritative reviewer on this series, but it looks
obviously good to me ;-).

  Reviewed-by: Taylor Blau <me@ttaylorr.com>

> Elijah Newren (2):
>   Remove doubled words in various comments
>   hashmap: fix typo in usage docs
>
>  fsmonitor.c                            | 2 +-
>  hashmap.h                              | 2 +-
>  t/t5510-fetch.sh                       | 2 +-
>  t/t6046-merge-skip-unneeded-updates.sh | 2 +-
>  t/t8014-blame-ignore-fuzzy.sh          | 2 +-
>  wt-status.c                            | 2 +-
>  6 files changed, 6 insertions(+), 6 deletions(-)
>
>
> base-commit: 47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc
> Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-824%2Fnewren%2Ftypo-fixes-v1
> Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-824/newren/typo-fixes-v1
> Pull-Request: https://github.com/git/git/pull/824
> --
> gitgitgadget

Thanks,
Taylor
Junio C Hamano July 28, 2020, 9:27 p.m. UTC | #2
Taylor Blau <me@ttaylorr.com> writes:

> On Tue, Jul 28, 2020 at 08:45:37PM +0000, Elijah Newren via GitGitGadget wrote:
>> Fix some simple typos: doubled words, and character swapping
>
> Far be it from me--since I seem to always be making these mistakes
> myself--to be an authoritative reviewer on this series, but it looks
> obviously good to me ;-).

Yeah, I am guilty of making many of these, but the fixes all looked
good.

Thanks.