[Checkins] SVN: zope.testing/trunk/src/zope/testing/testrunner-errors.txt Fix some typos.

Marius Gedminas marius at pov.lt
Wed Jul 18 11:25:58 EDT 2007


Log message for revision 78116:
  Fix some typos.
  
  

Changed:
  U   zope.testing/trunk/src/zope/testing/testrunner-errors.txt

-=-
Modified: zope.testing/trunk/src/zope/testing/testrunner-errors.txt
===================================================================
--- zope.testing/trunk/src/zope/testing/testrunner-errors.txt	2007-07-18 15:18:50 UTC (rev 78115)
+++ zope.testing/trunk/src/zope/testing/testrunner-errors.txt	2007-07-18 15:25:57 UTC (rev 78116)
@@ -2,7 +2,7 @@
 ===================
 
 Let's look at tests that have errors and failures, first we need to make a
-temporary copy of the entire testing dirctory (except .svn files which may
+temporary copy of the entire testing directory (except .svn files which may
 be read only):
 
     >>> import os.path, sys, tempfile, shutil
@@ -713,7 +713,7 @@
       Ran 1 tests with 1 failures and 0 errors in 0.002 seconds.
 
 Here, the actual output uses the word "and" rather than the word "an",
-but it's a bit hard to pick this out.  Wr can use the various diff
+but it's a bit hard to pick this out.  We can use the various diff
 outputs to see this better. We could modify the test to ask for diff
 output, but it's easier to use one of the diff options.
 
@@ -898,8 +898,8 @@
 Unicode Errors
 --------------
 
-There was a bug preventing decent error reporing when a result contained
-unicode and another not::
+There was a bug preventing decent error reporting when a result contained
+unicode and another not:
 
     >>> sys.argv = 'test --tests-pattern ^unicode$ -uv'.split()
     >>> testrunner.run(defaults)



More information about the Checkins mailing list