Ville Skyttä <ville.skytta@xxxxxx> writes: > Signed-off-by: Ville Skyttä <ville.skytta@xxxxxx> > --- > Documentation/RelNotes/1.7.10.1.txt | 2 +- > Documentation/RelNotes/2.12.0.txt | 2 +- > Documentation/RelNotes/2.14.0.txt | 2 +- > Documentation/git-reset.txt | 2 +- > Documentation/git-submodule.txt | 2 +- > abspath.c | 2 +- > builtin/grep.c | 2 +- > compat/regex/regexec.c | 2 +- > contrib/hooks/multimail/git_multimail.py | 2 +- > contrib/mw-to-git/git-remote-mediawiki.perl | 2 +- > contrib/mw-to-git/t/README | 2 +- > gitweb/gitweb.perl | 4 ++-- > mailinfo.c | 16 ++++++++-------- > pathspec.c | 2 +- > perl/Git/I18N.pm | 2 +- > refs.h | 4 ++-- > send-pack.c | 2 +- > sha1dc/sha1.c | 2 +- > submodule.c | 4 ++-- > t/helper/test-strcmp-offset.c | 2 +- > t/t2203-add-intent.sh | 6 +++--- > t/t3070-wildmatch.sh | 2 +- > t/t4213-log-tabexpand.sh | 2 +- > t/t5614-clone-submodules-shallow.sh | 4 ++-- > t/t6120-describe.sh | 2 +- > t/t7412-submodule-absorbgitdirs.sh | 2 +- > t/t7413-submodule-is-active.sh | 2 +- > t/t9300-fast-import.sh | 2 +- > 28 files changed, 41 insertions(+), 41 deletions(-) Whew. These are quite a lot of typos. I see some _("misspelled strings") have been touched, which would mean this requires translator work, which we do not do for maintenance tracks, so this needs to be applied to 'master' and never merged down to 'maint' and older maintenance tracks. Besides, this includes a patch to Documentation/RelNotes/2.14.0.txt, so there is no chance for this change can go to the maintenance tracks as-is. There are some changes that touch strings t/ outside comment; if the tests are depending on exact object names, this patch could break them, so I checked them carefully---I think all of these are safe. Thanks.