--- a/server/hook.py Fri Oct 16 11:15:50 2015 +0200
+++ b/server/hook.py Fri Oct 16 11:58:10 2015 +0200
@@ -638,7 +638,7 @@
# to set in concrete class (mandatory)
subject_relations = None
object_relations = None
- # to set in concrete class (optionaly)
+ # to set in concrete class (optionally)
skip_subject_relations = ()
skip_object_relations = ()
@@ -715,7 +715,7 @@
the transaction has been either rolled back either:
- * intentionaly
+ * intentionally
* a 'precommit' event failed, in which case all operations are rolled back
once 'revertprecommit'' has been called