]> git.ipfire.org Git - thirdparty/git.git/commit - utf8.h
typofix: assorted typofixes in comments, documentation and messages
authorLi Peng <lip@dtdream.com>
Fri, 6 May 2016 12:36:46 +0000 (20:36 +0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 May 2016 20:16:37 +0000 (13:16 -0700)
commit832c0e5e63a0f61c3788847d4a7abb82d9e86ef4
tree3c67fd764878d400bbc8be78d993316cfc70a9d2
parent90f7b16b3adc78d4bbabbd426fb69aa78c714f71
typofix: assorted typofixes in comments, documentation and messages

Many instances of duplicate words (e.g. "the the path") and
a few typoes are fixed, originally in multiple patches.

    wildmatch: fix duplicate words of "the"
    t: fix duplicate words of "output"
    transport-helper: fix duplicate words of "read"
    Git.pm: fix duplicate words of "return"
    path: fix duplicate words of "look"
    pack-protocol.txt: fix duplicate words of "the"
    precompose-utf8: fix typo of "sequences"
    split-index: fix typo
    worktree.c: fix typo
    remote-ext: fix typo
    utf8: fix duplicate words of "the"
    git-cvsserver: fix duplicate words

Signed-off-by: Li Peng <lip@dtdream.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
12 files changed:
Documentation/technical/pack-protocol.txt
builtin/remote-ext.c
compat/precompose_utf8.c
git-cvsserver.perl
path.c
perl/Git.pm
split-index.c
t/t0000-basic.sh
transport-helper.c
utf8.h
wildmatch.c
worktree.c