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>

Elijah Newren committed Apr 5, 2018 at 10:20 UTC 8523b1e355900e929ef1d362e6e4b4cffbbd9ffc
1 file changed +1 -1
Documentation/git-mktree.txt
+1 -1
@@ -14,7 +14,7 @@ SYNOPSIS
14 DESCRIPTION
15 -----------
16 Reads standard input in non-recursive `ls-tree` output format, and creates
17 -a tree object. The order of the tree entries is normalised by mktree so
17 +a tree object. The order of the tree entries is normalized by mktree so
18 pre-sorting the input is not required. The object name of the tree object
19 built is written to the standard output.
20