summaryrefslogtreecommitdiff
path: root/pyuno
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
parent71a9c492b8ac7d9f33a92327d43efcb0e4617243 (diff)
fix spelling implemenation -> implementation
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/demo/hello_world_comp.py2
-rw-r--r--pyuno/source/module/uno.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pyuno/demo/hello_world_comp.py b/pyuno/demo/hello_world_comp.py
index 461326aaf6d2..73bdc1fc4257 100644
--- a/pyuno/demo/hello_world_comp.py
+++ b/pyuno/demo/hello_world_comp.py
@@ -53,7 +53,7 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \
HelloWorldJob, # UNO object class
- "org.openoffice.comp.pyuno.demo.HelloWorld", # implemenation name
+ "org.openoffice.comp.pyuno.demo.HelloWorld", # implementation name
("com.sun.star.task.Job",),) # list of implemented services
# (the only service)
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