diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-10 16:56:37 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-11 08:55:25 +0200 |
commit | 631da44cc42a0957fc7a5061fdeea86ecb1b431e (patch) | |
tree | 12c881ec2f2ea6cdfb9c5e742305b06681735fb0 /extensions | |
parent | 774ef2a45a85d2b4caab99dfe25dac6bb2a621d8 (diff) |
Fix typo
Change-Id: Icfc2ffd44c167189423d2b2b7954324874207f91
Reviewed-on: https://gerrit.libreoffice.org/73795
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/submissionhandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |