From cba7646dbc17cd026f3d2b29006f998ced540f76 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 31 Jan 2022 12:01:55 +0100 Subject: Fix typo Change-Id: I472190c743dd26e88e3400f323ab52fa05c187d9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129215 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- wizards/source/scriptforge/python/scriptforge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizards/source/scriptforge/python/scriptforge.py b/wizards/source/scriptforge/python/scriptforge.py index c4b14ba52ff7..858a3ec77a71 100644 --- a/wizards/source/scriptforge/python/scriptforge.py +++ b/wizards/source/scriptforge/python/scriptforge.py @@ -373,7 +373,7 @@ class ScriptForge(object, metaclass = _Singleton): @staticmethod def unpack_args(kwargs): """ - Convert a dictioany passed as argument to a list alternating keys and values + Convert a dictionary passed as argument to a list alternating keys and values Example: dict(A = 'a', B = 2) => 'A', 'a', 'B', 2 """ -- cgit