summaryrefslogtreecommitdiff
path: root/pyuno/demo
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/demo
parent71a9c492b8ac7d9f33a92327d43efcb0e4617243 (diff)
fix spelling implemenation -> implementation
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
Diffstat (limited to 'pyuno/demo')
-rw-r--r--pyuno/demo/hello_world_comp.py2
1 files changed, 1 insertions, 1 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)