diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-20 12:54:08 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-21 12:38:30 +0200 |
commit | 3c6e41f806309c2ba1f1336baa8db715ca492959 (patch) | |
tree | 64673466a1d0bfecd22b3e775e675426ecea5eb6 /uitest | |
parent | 8ffb4cabd9ceac529f1c2d02bd1fdeb50bd2988b (diff) |
Fix typos
Change-Id: Iaf1d4aed07d1e6fcfe2392fb65cbd2fa196bcc1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101099
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/libreoffice/uno/propertyvalue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/libreoffice/uno/propertyvalue.py b/uitest/libreoffice/uno/propertyvalue.py index a05c6a967714..9ec471e41f40 100644 --- a/uitest/libreoffice/uno/propertyvalue.py +++ b/uitest/libreoffice/uno/propertyvalue.py @@ -16,7 +16,7 @@ except ImportError: raise def mkPropertyValue(name, value): - """ Create a UNO ProertyValue from two input values. + """ Create a UNO PropertyValue from two input values. """ return uno.createUnoStruct("com.sun.star.beans.PropertyValue", name, 0, value, 0) |