server/repository.py
branchstable
changeset 8238 087bb529035c
parent 8224 e35d4d4f7eb3
child 8239 c6cdd060212e
--- a/server/repository.py	Mon Feb 13 17:57:07 2012 +0100
+++ b/server/repository.py	Thu Feb 16 14:14:52 2012 +0100
@@ -805,9 +805,9 @@
         """return value associated to key in the session's data dictionary or
         session's transaction's data if `txdata` is true.
 
-        If pop is True, value will be removed from the dictionnary.
+        If pop is True, value will be removed from the dictionary.
 
-        If key isn't defined in the dictionnary, value specified by the
+        If key isn't defined in the dictionary, value specified by the
         `default` argument will be returned.
         """
         session = self._get_session(sessionid, setcnxset=False)