summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forms/source/component/GroupManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/GroupManager.cxx b/forms/source/component/GroupManager.cxx
index 35fd716a47a2..a98cceb075d5 100644
--- a/forms/source/component/GroupManager.cxx
+++ b/forms/source/component/GroupManager.cxx
@@ -270,7 +270,7 @@ void SAL_CALL OGroupManager::propertyChange(const PropertyChangeEvent& evt)
else if (evt.PropertyName == PROPERTY_GROUP_NAME) {
evt.OldValue >>= sGroupName;
if (sGroupName.isEmpty()) {
- // No prior GroupName; fallback to Nme
+ // No prior GroupName; fallback to Name
xSet->getPropertyValue( PROPERTY_NAME ) >>= sGroupName;
}
}