diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-12 20:08:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-12 20:08:03 +0100 |
commit | 55d3127f6cb146d4064a70f128c058f6c954c923 (patch) | |
tree | 4b53a5a867188d709c69457eb660e748c3e7676d /scripting | |
parent | 03dcbdc4e16eac3c120fe976cd6079820df69294 (diff) |
Typo: "omited"/"ommitted"/"ommited" -> "omitted"
Change-Id: Icc690b0ae1fc8f7165082774720d265798815faa
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/examples/python/Capitalise.py | 2 |
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, |