server/sqlutils.py
changeset 9283 5f2c5eb1a820
parent 9267 24d9b86dfa54
child 9321 212869484c65
child 9334 ea12401c0a68
--- a/server/sqlutils.py	Wed Oct 09 11:13:56 2013 +0200
+++ b/server/sqlutils.py	Thu Oct 10 13:26:11 2013 +0200
@@ -378,7 +378,7 @@
 def init_postgres_connexion(cnx):
     cnx.cursor().execute('SET TIME ZONE UTC')
     # commit is needed, else setting are lost if the connection is first
-    # rollbacked
+    # rolled back
     cnx.commit()
 
 postgres_hooks = SQL_CONNECT_HOOKS.setdefault('postgres', [])