diff options
author | Peter J. Acklam <pjacklam@online.no> | 2011-01-06 23:07:02 -0800 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-07 11:15:06 +0000 |
commit | 9b73d50338e55ae670651dd9bb626d435e7779f9 (patch) | |
tree | 4963c6c03e8624eab4bf8b6713f416bafeb4b027 /cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm | |
parent | 47e01c32ac25271a1f3cf1535158ed9e873eeeac (diff) | |
download | perl-9b73d50338e55ae670651dd9bb626d435e7779f9.tar.gz |
Fix typos (spelling errors) in cpan/CPANPLUS/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81788]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81788 >
Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
Diffstat (limited to 'cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm')
-rw-r--r-- | cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm b/cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm index c7108ed139..c8bd8240ec 100644 --- a/cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm +++ b/cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm @@ -102,7 +102,7 @@ The C<status> object is implemented as an instance of the C<Object::Accessor> class. Please refer to its documentation for details. -Return true if the initialization was successul, and false if it was +Return true if the initialization was successful, and false if it was not. The C<CPANPLUS::Dist::Base> implementation does not alter your object |