From d4fb20eeed318cff99eaef543a3b681c9edb05aa Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 24 Jun 2009 17:12:44 +0100 Subject: [PATCH] Fix some typos and grammar infelicities in core test descriptions. --- MANIFEST | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST b/MANIFEST index d961f69..bbc5ee2 100644 --- 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 -- 1.8.3.1