diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:12:35 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 13:11:31 +0100 |
commit | dca46f057e9991c59edafe950dde760f36545539 (patch) | |
tree | 2616a759e6c1b32c08b58011907bb9e19a7fede8 /hints/next_3.sh | |
parent | 36f677ac35c9519e0854d1fff0bfd3c7867ade20 (diff) | |
download | perl-dca46f057e9991c59edafe950dde760f36545539.tar.gz |
Fix typos (spelling errors) in hints/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81884]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81884 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'hints/next_3.sh')
-rw-r--r-- | hints/next_3.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/next_3.sh b/hints/next_3.sh index d142de5e76..3dfbcca1ad 100644 --- a/hints/next_3.sh +++ b/hints/next_3.sh @@ -26,7 +26,7 @@ # sbrk makes it possible to run perl with its own malloc. Thanks to # Ilya who showed me the way to his sbrk for OS/2!! # -# The whole malloc desaster lead to a failing gdbm test. It is far +# The whole malloc disaster lead to a failing gdbm test. It is far # beyond my understanding, why GDBM_File breaks with the "fix", but in # general I consider it better to have a working perl with broken GDBM # than no perl at all. @@ -38,7 +38,7 @@ # 1997: # From perl5.003_22 the malloc bug has no impact any more. We can run # a perl without a special sbrk. Apparently Chip Salzenberg, the hero -# of 5.004 anyway, earned another trophy during Australien Open. +# of 5.004 anyway, earned another trophy during Australian Open. # # use the following two lines to enable USE_PERL_SBRK. Try this if you # encounter intermittent core dumps: |