From 5bea199bae9986d7276a9b2379a577c6cea552ed Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 12:24:24 +0100 Subject: Fix typos Change-Id: Ic6c41fbcc36c11a7528cde0986593a39c2d6738b Reviewed-on: https://gerrit.libreoffice.org/34803 Tested-by: Jenkins Reviewed-by: Noel Grandin --- librelogo/source/LibreLogo/LibreLogo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librelogo/source/LibreLogo/LibreLogo.py') 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"(?