From 095438e52ccff8eaf12af6b3e3eb5f8c00792416 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 15:17:01 +0100 Subject: Fix typos Change-Id: I14dca0d55c09187690dc1d94936c40b890ca5cea Reviewed-on: https://gerrit.libreoffice.org/35637 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- pyuno/source/module/unohelper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyuno') diff --git a/pyuno/source/module/unohelper.py b/pyuno/source/module/unohelper.py index e1e7e35b641c..a3e2141e7f84 100644 --- a/pyuno/source/module/unohelper.py +++ b/pyuno/source/module/unohelper.py @@ -62,7 +62,7 @@ def _propertymode_to_str( mode ): if PROP_ATTR_READONLY & mode: ret = ret + "readonly " if PROP_ATTR_TRANSIENT & mode: - ret = ret + "tranient " + ret = ret + "transient " if PROP_ATTR_CONSTRAINED & mode: ret = ret + "constrained " if PROP_ATTR_BOUND & mode: -- cgit