[Checkins] SVN: zope.app.testing/trunk/src/zope/app/testing/doctest.txt a few typos

Christophe Combelles ccomb at free.fr
Fri Apr 18 13:39:09 EDT 2008


Log message for revision 85471:
  a few typos
  

Changed:
  U   zope.app.testing/trunk/src/zope/app/testing/doctest.txt

-=-
Modified: zope.app.testing/trunk/src/zope/app/testing/doctest.txt
===================================================================
--- zope.app.testing/trunk/src/zope/app/testing/doctest.txt	2008-04-18 17:36:41 UTC (rev 85470)
+++ zope.app.testing/trunk/src/zope/app/testing/doctest.txt	2008-04-18 17:39:08 UTC (rev 85471)
@@ -11,7 +11,7 @@
 You can create Functional tests as doctests.  Typically, this is done
 by using a script such as src/zope/app/testing/dochttp.py to convert
 tcpwatch recorded output to a doctest, which is then edited to provide
-explanation and to remove uninyeresting details.  That is how this
+explanation and to remove uninteresting details.  That is how this
 file was created.
 
 Here we'll test some of the most basic types of access.
@@ -33,12 +33,12 @@
 
 Here we see that we got:
 
-  - A 404 response,
+  - A 401 response,
   - A WWW-Authenticate header, and
   - An html body with an error message
   - Some technical headers to keep squid happy
 
-Note that we used ellipeses to indicate ininteresting details.
+Note that we used ellipsis to indicate ininteresting details.
 
 Next, we'll access the same page with credentials:
 



More information about the Checkins mailing list