summaryrefslogtreecommitdiff
path: root/scripting/examples
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-12 20:08:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-12 20:08:03 +0100
commit55d3127f6cb146d4064a70f128c058f6c954c923 (patch)
tree4b53a5a867188d709c69457eb660e748c3e7676d /scripting/examples
parent03dcbdc4e16eac3c120fe976cd6079820df69294 (diff)
Typo: "omited"/"ommitted"/"ommited" -> "omitted"
Change-Id: Icc690b0ae1fc8f7165082774720d265798815faa
Diffstat (limited to 'scripting/examples')
-rw-r--r--scripting/examples/python/Capitalise.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/examples/python/Capitalise.py b/scripting/examples/python/Capitalise.py
index d9c6f07868ce..aa14e845a64d 100644
--- a/scripting/examples/python/Capitalise.py
+++ b/scripting/examples/python/Capitalise.py
@@ -73,6 +73,6 @@ def capitalisePython( ):
i+= 1
-# lists the scripts, that shall be visible inside OOo. Can be omited, if
+# lists the scripts, that shall be visible inside OOo. Can be omitted, if
# all functions shall be visible, however here getNewString shall be surpressed
g_exportedScripts = capitalisePython,