aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-mktree.txt
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2018-04-05 10:20:27 -0700
committerJunio C Hamano <gitster@pobox.com>2018-04-09 14:15:07 +0900
commit8523b1e355900e929ef1d362e6e4b4cffbbd9ffc (patch)
tree00c7641bfafe57c4444e13d55dbfdef535a47fe3 /Documentation/git-mktree.txt
parentc30d4f1b84458f61a3d02d396aae8409bf4a9be0 (diff)
downloadgit-8523b1e355900e929ef1d362e6e4b4cffbbd9ffc.tar.gz
Documentation: normalize spelling of 'normalised'
This could be a localization issue, but we had about four dozen "normalize"s (or variants, e.g. normalized, renormalize, etc.), and only one "normalised" (no other variants), so normalize normalised into normalized. Signed-off-by: Elijah Newren <newren@gmail.com> Reviewed-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-mktree.txt')
-rw-r--r--Documentation/git-mktree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-mktree.txt b/Documentation/git-mktree.txt
index c3616e7711..27fe2b32e1 100644
--- a/Documentation/git-mktree.txt
+++ b/Documentation/git-mktree.txt
@@ -14,7 +14,7 @@ SYNOPSIS
DESCRIPTION
-----------
Reads standard input in non-recursive `ls-tree` output format, and creates
-a tree object. The order of the tree entries is normalised by mktree so
+a tree object. The order of the tree entries is normalized by mktree so
pre-sorting the input is not required. The object name of the tree object
built is written to the standard output.