[server/session] Fix docstring typo for InternalSession
authorJulien Cristau <julien.cristau@logilab.fr>
Thu, 30 Jan 2014 18:04:59 +0100
changeset 9484 31f070752462
parent 9483 bb6fd9d32ba9
child 9492 c7fc56eecd1a
[server/session] Fix docstring typo for InternalSession
server/session.py
--- a/server/session.py	Fri Jan 24 15:32:53 2014 +0100
+++ b/server/session.py	Thu Jan 30 18:04:59 2014 +0100
@@ -1427,7 +1427,7 @@
 
 
 class InternalSession(Session):
-    """special session created internaly by the repository"""
+    """special session created internally by the repository"""
     is_internal_session = True
     running_dbapi_query = False