[patch @13687] Unicode::Collate 0.10
[p5sagit/p5-mst-13.2.git] / lib / Test / Builder.pm
index 7749585..1378242 100644 (file)
@@ -545,7 +545,7 @@ sub no_ending {
 Controlling where the test output goes.
 
 It's ok for your test to change where STDOUT and STDERR point to,
-Test::Builder's default output settings will not be effected.
+Test::Builder's default output settings will not be affected.
 
 =over 4
 
@@ -557,7 +557,7 @@ Prints out the given $message.  Normally, it uses the failure_output()
 handle, but if this is for a TODO test, the todo_output() handle is
 used.
 
-Output will be indented and marked with a # as not to interfere
+Output will be indented and marked with a # so as not to interfere
 with test output.
 
 We encourage using this rather than calling print directly.