server/sqlutils.py
branchstable
changeset 9267 24d9b86dfa54
parent 8944 b167f039b6cb
child 9321 212869484c65
child 9334 ea12401c0a68
--- a/server/sqlutils.py	Wed Oct 09 12:10:44 2013 +0200
+++ b/server/sqlutils.py	Fri Aug 30 15:34:58 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', [])