Author: stas
Date: Thu Dec  9 14:46:22 2004
New Revision: 111443

URL: http://svn.apache.org/viewcvs?view=rev&rev=111443
Log:
typo:
Contributed by: Fred Moyer <[EMAIL PROTECTED]>

Modified:
   perl/modperl/docs/trunk/src/docs/general/testing/testing.pod

Modified: perl/modperl/docs/trunk/src/docs/general/testing/testing.pod
Url: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/general/testing/testing.pod?view=diff&rev=111443&p1=perl/modperl/docs/trunk/src/docs/general/testing/testing.pod&r1=111442&p2=perl/modperl/docs/trunk/src/docs/general/testing/testing.pod&r2=111443
==============================================================================
--- perl/modperl/docs/trunk/src/docs/general/testing/testing.pod        
(original)
+++ perl/modperl/docs/trunk/src/docs/general/testing/testing.pod        Thu Dec 
 9 14:46:22 2004
@@ -90,7 +90,7 @@
 A simpler approach is to use the C<Test::More> module in your test
 scripts. This module offers many useful test functions, including
 C<diag>, a function that automatically escapes and passes strings to
-C<print> to bypass C<Test::Harnes>:
+C<print> to bypass C<Test::Harness>:
 
   use Test::More;
   diag "testing : feature foo\n";

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to