Typos in *.p[lm]
[p5sagit/p5-mst-13.2.git] / lib / Test / More.pm
index a40ae4b..3183a60 100644 (file)
@@ -630,7 +630,7 @@ messages which are safer than just C<print STDERR>.
   diag(@diagnostic_message);
 
 Prints a diagnostic message which is guaranteed not to interfere with
-test output.  Like C<print> @diagnostic_message is simply concatinated
+test output.  Like C<print> @diagnostic_message is simply concatenated
 together.
 
 Handy for this sort of thing:
@@ -1295,7 +1295,7 @@ Is better written:
 
     is_deeply( [sort @this], [sort @that] );
 
-B<NOTE> By historical accident, this is not a true set comparision.
+B<NOTE> By historical accident, this is not a true set comparison.
 While the order of elements does not matter, duplicate elements do.
 
 Test::Deep contains much better set comparison functions.