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/build-arm-n770-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/build-arm-n770-sh')
-rw-r--r-- | Cross/build-arm-n770-sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cross/build-arm-n770-sh b/Cross/build-arm-n770-sh index b3e6a67ca3..e8c9179df2 100644 --- a/Cross/build-arm-n770-sh +++ b/Cross/build-arm-n770-sh @@ -6,7 +6,7 @@ # to skip Configure/build for HOST miniperl, pass "noconf" argument to this script # some trick is different, however - the file extension for objects files -# are choosen to be .${CROSS_NAME}, .armo in our case +# are chosen to be .${CROSS_NAME}, .armo in our case # note how invoked Makefile.PL for cross-compilation: # miniperl -MCross Makefile.PL |