diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:14:20 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:18:16 +0100 |
commit | f858446f8d2c74c0a4665f0be04b65fe90e1b08c (patch) | |
tree | 2d9bdc9f5c24118bc6e3982c2aab064881abb243 /README.macosx | |
parent | 486ec47ab73770ab60bf9cfb6d398a4371463266 (diff) | |
download | perl-f858446f8d2c74c0a4665f0be04b65fe90e1b08c.tar.gz |
Fix typos (spelling errors) in README*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81912]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81912 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'README.macosx')
-rw-r--r-- | README.macosx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.macosx b/README.macosx index a0b21af8c7..839bcf4077 100644 --- a/README.macosx +++ b/README.macosx @@ -93,7 +93,7 @@ omitted or buggy. Note the messages output by F<Configure> for further information. Please use C<perlbug> to submit a problem report in the event that you encounter difficulties. -When building 64-bit modules, it is your responsiblity to ensure that linked +When building 64-bit modules, it is your responsibility to ensure that linked external libraries and frameworks provide 64-bit support: if they do not, module building may appear to succeed, but attempts to use the module will result in run-time dynamic linking errors, and subsequent test failures. @@ -179,7 +179,7 @@ but remember that there's a startup cost to pay in that case (see above Starting with Tiger (Mac OS X 10.4), Apple shipped broken locale files for the eu_ES locale (Basque-Spain). In previous releases of Perl, this resulted in -failures in the C<lib/locale> test. These failures have been supressed +failures in the C<lib/locale> test. These failures have been suppressed in the current release of Perl by making the test ignore the broken locale. If you need to use the eu_ES locale, you should contact Apple support. |