summaryrefslogtreecommitdiff
path: root/librelogo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-02 18:15:51 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-11-02 20:42:17 +0100
commit4460f5f8503db44bf8e62fd4b2f7246a87156f84 (patch)
tree769c29c5de7b2ac500ef1fbf0be918c17701dc8b /librelogo
parent6e39d9cea4519c9ca633020a68b8fbeea796ae52 (diff)
Fix typos
Change-Id: Ifc4b1c24b41a9ca7e7b3adcc46e3498f3af5a0b7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105192 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'librelogo')
-rw-r--r--librelogo/source/LibreLogo/LibreLogo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py
index 06b0355f04d4..804057a9689d 100644
--- a/librelogo/source/LibreLogo/LibreLogo.py
+++ b/librelogo/source/LibreLogo/LibreLogo.py
@@ -743,7 +743,7 @@ def __setlang__():
global _
c = _.doc.CurrentController.getViewCursor()
locs = [i for i in [c.CharLocale, c.CharLocaleAsian, c.CharLocaleComplex] if i.Language != 'zxx'] # not None language
- # FIXME-BCP47: this needs adaption to language tags, a simple split on
+ # FIXME-BCP47: this needs adaptation to language tags, a simple split on
# '-' and assuming second field would be country would already fail if
# a script tag was present.
loc = Locale(__uilocale__.split('-')[0], __uilocale__.split('-')[1], '')