server/test/unittest_undo.py
changeset 7429 20ef21926774
parent 7398 26695dd703d8
parent 7424 2c72bfbbf1a3
child 7536 29961a416faa
--- a/server/test/unittest_undo.py	Mon May 23 11:36:43 2011 +0200
+++ b/server/test/unittest_undo.py	Wed May 25 10:59:26 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)