summaryrefslogtreecommitdiff
path: root/extensions/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-10 16:56:39 +0000
committerJens Carl <j.carl43@gmx.de>2019-06-11 07:54:32 +0200
commite449cc923b52068bec805d66d835d4289351b244 (patch)
tree15a8a25ee15a5bf9c13691b4d7daa81dcf74939b /extensions/source
parent0e996b593b4df59cd94da872e90f6cb499d82790 (diff)
Fix typo
Change-Id: I5bbb85075256dec62d7270293eb900f1dd89bc91 Reviewed-on: https://gerrit.libreoffice.org/73793 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'extensions/source')
-rw-r--r--extensions/source/propctrlr/cellbindinghandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/cellbindinghandler.cxx b/extensions/source/propctrlr/cellbindinghandler.cxx
index 5df2611537b1..3a9bda45a9c6 100644
--- a/extensions/source/propctrlr/cellbindinghandler.cxx
+++ b/extensions/source/propctrlr/cellbindinghandler.cxx
@@ -101,7 +101,7 @@ namespace pcr
::osl::MutexGuard aGuard( m_aMutex );
PropertyId nActuatingPropId( impl_getPropertyId_throwRuntime( _rActuatingPropertyName ) );
OSL_PRECOND(m_pHelper,
- "CellBindingPropertyHandler::actuatingPropertyChanged: inconsistentcy!");
+ "CellBindingPropertyHandler::actuatingPropertyChanged: inconsistency!");
// if we survived impl_getPropertyId_throwRuntime, we should have a helper, since no helper implies no properties
OSL_PRECOND( _rxInspectorUI.is(), "FormComponentPropertyHandler::actuatingPropertyChanged: no access to the UI!" );