diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:12:42 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:29:08 +0100 |
commit | c4a6f826b3676d1fdbd9972a9d0a8f11c02d003d (patch) | |
tree | f246b362bc76c9dac721de18db8432c7b4bdc937 /dist/base | |
parent | 2a467c83e2ce01bdf8cdda501e2e3df4b188134f (diff) | |
download | perl-c4a6f826b3676d1fdbd9972a9d0a8f11c02d003d.tar.gz |
Fix typos (spelling errors) in dist/*
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81888]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81888 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'dist/base')
-rw-r--r-- | dist/base/Changes | 8 | ||||
-rw-r--r-- | dist/base/t/fields-base.t | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dist/base/Changes b/dist/base/Changes index 6dda10b75c..0a25aa3256 100644 --- a/dist/base/Changes +++ b/dist/base/Changes @@ -45,12 +45,12 @@ 2.03 Sun Sep 14 20:01:48 PDT 2003 * phashes produced via fields::new() will now not warn when used for - forward compatiblity purposes + forward compatibility purposes - Reformatting the docs to make them a bit more readable - Making it clear that fields::new() is usable with or without pseudohashes - * Fixing inheritence from classes which have only private fields - * Fixing inheritence when an intermediate class has no fields. + * Fixing inheritance from classes which have only private fields + * Fixing inheritance when an intermediate class has no fields. [perlbug 20020326.004] - Removing uses of 'our' from tests for backwards compat. @@ -62,4 +62,4 @@ - Forgot to set the INSTALLDIRS to 'perl' 2.0 Wed Aug 27 21:47:51 PDT 2003 - * Seperated from Class::Fields + * Separated from Class::Fields diff --git a/dist/base/t/fields-base.t b/dist/base/t/fields-base.t index 500486bf86..62d4d9a521 100644 --- a/dist/base/t/fields-base.t +++ b/dist/base/t/fields-base.t @@ -238,7 +238,7 @@ package main; my X $self = shift; $self = fields::new($self) unless ref $self; $self->{X1} = "x1"; - # FIXME. This code is dead on blead becase the test is skipped. + # FIXME. This code is dead on blead because the test is skipped. # The test states that it's being skipped because restricted hashes # don't support a feature. Presumably we need to make that feature # supported. Bah. |