server/test/unittest_undo.py
branchstable
changeset 7424 2c72bfbbf1a3
parent 7241 65d65da31356
child 7429 20ef21926774
child 7530 15178bf89fb6
--- a/server/test/unittest_undo.py	Tue May 24 08:56:55 2011 +0200
+++ b/server/test/unittest_undo.py	Tue May 24 10:33:43 2011 +0200
@@ -169,7 +169,7 @@
                           ['CWUser'])
         self.assertEqual([et.name for et in toto.is_instance_of],
                           ['CWUser'])
-        # undoing shouldn't be visble in undoable transaction, and the undoed
+        # undoing shouldn't be visble in undoable transaction, and the undone
         # transaction should be removed
         txs = self.cnx.undoable_transactions()
         self.assertEqual(len(txs), 2)