summaryrefslogtreecommitdiff
path: root/pyuno/source/module/uno.py
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-11-10 13:30:41 +0200
committerNoel Grandin <noel@peralex.com>2014-11-10 13:36:03 +0200
commitcd3204559cee4eb0ef2eafdb4d5d7e3abf458cf4 (patch)
tree199c45d8518ba5c268548fa4ba17c99d2f50c2b5 /pyuno/source/module/uno.py
parent71a9c492b8ac7d9f33a92327d43efcb0e4617243 (diff)
fix spelling implemenation -> implementation
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
Diffstat (limited to 'pyuno/source/module/uno.py')
-rw-r--r--pyuno/source/module/uno.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/uno.py b/pyuno/source/module/uno.py
index 6f8744bc0348..a8873aefe213 100644
--- a/pyuno/source/module/uno.py
+++ b/pyuno/source/module/uno.py
@@ -105,7 +105,7 @@ def getCurrentContext():
def setCurrentContext( newContext ):
"""Sets newContext as new uno current context. The newContext must
- implement the XCurrentContext interface. The implemenation should
+ implement the XCurrentContext interface. The implementation should
handle the desired properties and delegate unknown properties to the
old context. Ensure to reset the old one when you leave your stack ...
see http://udk.openoffice.org/common/man/concept/uno_contexts.html#current_context