web/form.py
branchstable
changeset 6109 47d9c0e0f7b7
parent 5588 377c9adfe81e
child 7432 cab99ccdb774
--- a/web/form.py	Fri Aug 13 13:34:47 2010 +0200
+++ b/web/form.py	Fri Aug 13 08:23:14 2010 +0200
@@ -224,7 +224,7 @@
         if forminfo:
             self._form_previous_values = forminfo['values']
             self._form_valerror = forminfo['error']
-            # if some validation error occured on entity creation, we have to
+            # if some validation error occurred on entity creation, we have to
             # get the original variable name from its attributed eid
             foreid = self.form_valerror.entity
             for var, eid in forminfo['eidmap'].items():