diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 12:24:24 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-02 12:39:35 +0000 |
commit | 5bea199bae9986d7276a9b2379a577c6cea552ed (patch) | |
tree | cd9b75f7cb39b29a7a27244da2a187c224320613 /librelogo | |
parent | 51d996354f11048d7759cd7e206a2383421c2c81 (diff) |
Fix typos
Change-Id: Ic6c41fbcc36c11a7528cde0986593a39c2d6738b
Reviewed-on: https://gerrit.libreoffice.org/34803
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'librelogo')
-rw-r--r-- | librelogo/source/LibreLogo/LibreLogo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py index f51202ce1a31..287404d8d920 100644 --- a/librelogo/source/LibreLogo/LibreLogo.py +++ b/librelogo/source/LibreLogo/LibreLogo.py @@ -1728,7 +1728,7 @@ def __compil__(s): if len(subnames) > 0: globs = "global %s" % ", ".join(subnames) - # search user functions (function calls with two or more arguments need explicite Python parentheses) + # search user functions (function calls with two or more arguments need explicit Python parentheses) ends = __l12n__(_.lng)["END"] # support multiple names of "END" firstend = ends.split("|")[0] s = re.sub(r"(?<!:)\b(?:%s)\b" % ends, firstend, s) |