summaryrefslogtreecommitdiff
path: root/uitest/libreoffice/uno/propertyvalue.py
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/libreoffice/uno/propertyvalue.py')
-rw-r--r--uitest/libreoffice/uno/propertyvalue.py2
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)