summaryrefslogtreecommitdiff
path: root/comphelper/source/property
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property')
-rw-r--r--comphelper/source/property/propertystatecontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/propertystatecontainer.cxx b/comphelper/source/property/propertystatecontainer.cxx
index 2155d555e180..63fbe56fde36 100644
--- a/comphelper/source/property/propertystatecontainer.cxx
+++ b/comphelper/source/property/propertystatecontainer.cxx
@@ -94,7 +94,7 @@ namespace comphelper
return aStates;
#ifdef _DEBUG
- // precondition: property sequence is sorted (the algorythm below relies on this)
+ // precondition: property sequence is sorted (the algorithm below relies on this)
{
const OUString* pNames = _rPropertyNames.getConstArray();
const OUString* pNamesCompare = pNames + 1;