From 631da44cc42a0957fc7a5061fdeea86ecb1b431e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 10 Jun 2019 16:56:37 +0000 Subject: Fix typo Change-Id: Icfc2ffd44c167189423d2b2b7954324874207f91 Reviewed-on: https://gerrit.libreoffice.org/73795 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- extensions/source/propctrlr/submissionhandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source') diff --git a/extensions/source/propctrlr/submissionhandler.cxx b/extensions/source/propctrlr/submissionhandler.cxx index d525ad5a821d..63a9e5a98e35 100644 --- a/extensions/source/propctrlr/submissionhandler.cxx +++ b/extensions/source/propctrlr/submissionhandler.cxx @@ -321,7 +321,7 @@ namespace pcr ::osl::MutexGuard aGuard( m_aMutex ); PropertyId nActuatingPropId( impl_getPropertyId_throwRuntime( _rActuatingPropertyName ) ); OSL_PRECOND(m_pHelper, - "SubmissionPropertyHandler::actuatingPropertyChanged: inconsistentcy!"); + "SubmissionPropertyHandler::actuatingPropertyChanged: inconsistency!"); // if we survived impl_getPropertyId_throwRuntime, we should have a helper, since no helper implies no properties switch ( nActuatingPropId ) -- cgit