[Zope-Checkins] CVS: StandaloneZODB/ZODB - FileStorage.py:1.77.4.4

Barry Warsaw barry@wooz.org
Thu, 24 Jan 2002 11:24:55 -0500


Update of /cvs-repository/StandaloneZODB/ZODB
In directory cvs.zope.org:/tmp/cvs-serv22407

Modified Files:
      Tag: Recovery
	FileStorage.py 
Log Message:
transactionalUndo(): Fixed a docstring typo.


=== StandaloneZODB/ZODB/FileStorage.py 1.77.4.3 => 1.77.4.4 ===
         """Undo a transaction, given by transaction_id.
 
-        Do so by writing new data that reverses tyhe action taken by
+        Do so by writing new data that reverses the action taken by
         the transaction."""        
         # Usually, we can get by with just copying a data pointer, by
         # writing a file position rather than a pickle. Sometimes, we