diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:11:55 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 13:02:48 +0100 |
commit | 8534470bdb551d696e58af9dfbeef02a34547f9b (patch) | |
tree | 6cc3353b286f747029400f929e50bd568d98a41c /Cross/Makefile-cross-SH | |
parent | 47e01c32ac25271a1f3cf1535158ed9e873eeeac (diff) | |
download | perl-8534470bdb551d696e58af9dfbeef02a34547f9b.tar.gz |
Fix typos (spelling errors) in Cross/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81880]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81880 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'Cross/Makefile-cross-SH')
-rw-r--r-- | Cross/Makefile-cross-SH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cross/Makefile-cross-SH b/Cross/Makefile-cross-SH index 6e792e197f..21f83275eb 100644 --- a/Cross/Makefile-cross-SH +++ b/Cross/Makefile-cross-SH @@ -12,7 +12,7 @@ Makefile=Makefile-cross-$CROSS_NAME # H.Merijn Brand [17 Feb 2004] # This comment is just to ensure that Configure will find variables that # are removed/replaced in patches on blead, but are still needed in the -# 5.8.x, 5.6.x and 5.005.x maintainance tracks. +# 5.8.x, 5.6.x and 5.005.x maintenance tracks. # metaconfig -m will scan all .SH files on this level (not deeper), and # not in x2p and other subfolders. This file is as good as any .SH # patch references @@ -1269,7 +1269,7 @@ etags: TAGS TAGS: emacs/cperl-mode.elc sh emacs/ptags -# Let's hope make will not go into an infinite loop on case-unsensitive systems +# Let's hope make will not go into an infinite loop on case-insensitive systems # This may also fail if . is in the head of the path, since perl will # require -Ilib tags: TAGS |