_exceptions.py
changeset 9543 39f981482e34
parent 9467 ad66d7b3fd48
parent 9517 3338b2205ea3
child 10280 2cdab5e33542
--- a/_exceptions.py	Mon Feb 03 16:30:07 2014 +0100
+++ b/_exceptions.py	Mon Feb 17 15:32:50 2014 +0100
@@ -180,9 +180,9 @@
     :param txuuid: Unique identifier of the partialy undone transaction
 
     :type errors: list
-    :param errors: List of errors occured during undoing
+    :param errors: List of errors occurred during undoing
     """
-    msg = u"The following error(s) occured while undoing transaction #%d : %s"
+    msg = u"The following error(s) occurred while undoing transaction #%d : %s"
 
     def __init__(self, txuuid, errors):
         super(UndoTransactionException, self).__init__(txuuid, errors)