diff options
author | Doug Bell <madcityzen@gmail.com> | 2014-05-29 08:23:42 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2014-05-29 08:23:42 -0400 |
commit | c02d599bfd636e89753a6ed00b136798dc1661c3 (patch) | |
tree | ae41bf11ea0d6c5a1e968e863fb6246533857844 | |
parent | ce861ea7963084a7fe72fbb5485e77bb85037b55 (diff) | |
download | perl-c02d599bfd636e89753a6ed00b136798dc1661c3.tar.gz |
Standardize spelling of program name on American English.
For: https://rt.perl.org/Ticket/Display.html?id=121978
-rwxr-xr-x | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 0fb30e82e6..727a76304c 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -874,7 +874,7 @@ $(LIBPERL): $& $(obj) $(DYNALOADER) $(LIBPERLEXPORT) # lib/buildcustomize.pl despite the reality that lib/buildcustomize.pl needs # miniperl to exist first permits us to # a) have one rule generate both miniperl and lib/buildcustomize.pl -# (so that lib/buildcustomise.pl is always available. This simplifies things) +# (so that lib/buildcustomize.pl is always available. This simplifies things) # b) have the rest of the Makefile depend on the more obvious $(MINIPERL_EXE) $(MINIPERL_EXE): lib/buildcustomize.pl |