summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/Columns.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Columns.cxx b/forms/source/component/Columns.cxx
index 234431affdf4..ae1b1cb88897 100644
--- a/forms/source/component/Columns.cxx
+++ b/forms/source/component/Columns.cxx
@@ -93,7 +93,7 @@ sal_Int32 getColumnTypeByModelName(const OUString& aModelName)
#ifdef DBG_UTIL
sal_Int32 nCompatiblePrefixPos = aModelName.indexOf(aCompatibleModelPrefix);
DBG_ASSERT( (nPrefixPos != -1) || (nCompatiblePrefixPos != -1),
- "::getColumnTypeByModelName() : wrong servivce !");
+ "::getColumnTypeByModelName() : wrong service!");
#endif
OUString aColumnType = (nPrefixPos != -1)