On Thu, Apr 5, 2018 at 10:20 AM, Elijah Newren <newren@xxxxxxxxx> wrote: > 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. This and the previous patch are Reviewed-by: Stefan Beller <sbeller@xxxxxxxxxx> > Signed-off-by: Elijah Newren <newren@xxxxxxxxx> > --- > Documentation/git-mktree.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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. > > -- > 2.17.0.7.g0b50f94d69 >