This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix some typos and grammar infelicities in core test descriptions.
authorNicholas Clark <nick@ccl4.org>
Wed, 24 Jun 2009 16:12:44 +0000 (17:12 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 24 Jun 2009 16:23:34 +0000 (17:23 +0100)
MANIFEST

index d961f69..bbc5ee2 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3889,7 +3889,7 @@ t/comp/parser.t                   See if the parser works in edge cases
 t/comp/proto.t                 See if function prototypes work
 t/comp/redef.t                 See if we get correct warnings on redefined subs
 t/comp/require.t               See if require works
-t/comp/retainedlines.t         See if the debugger can retains eval's lines
+t/comp/retainedlines.t         See if the debugger can retain eval's lines
 t/comp/script.t                        See if script invocation works
 t/comp/term.t                  See if more terms work
 t/comp/uproto.t                        See if the _ prototype works
@@ -3916,7 +3916,7 @@ t/io/openpid.t                    See if open works for subprocesses
 t/io/open.t                    See if open works
 t/io/perlio_fail.t             See if bad layers fail
 t/io/perlio_leaks.t            See if PerlIO layers are leaking
-t/io/perlio_open.t             See if PerlIO certain special opens work
+t/io/perlio_open.t             See if certain special forms of open work
 t/io/perlio.t                  See if PerlIO works
 t/io/pipe.t                    See if secure pipes work
 t/io/print.t                   See if print commands work
@@ -4223,7 +4223,7 @@ t/op/reg_mesg.t                   See if one can get regular expression errors
 t/op/reg_namedcapture.t                Make sure glob assignment doesn't break named capture
 t/op/reg_nc_tie.t              Test the tied methods of Tie::Hash::NamedCapture
 t/op/reg_pmod.t                        See if regexp /p modifier works as expected
-t/op/reg_posixcc.t             See if posix characterclasses behave consistantly
+t/op/reg_posixcc.t             See if posix character classes behave consistantly
 t/op/reg_unsafe.t              Check for unsafe match vars
 t/op/repeat.t                  See if x operator works
 t/op/reset.t                   See if reset operator works