extensions/source/propctrlr/submissionhandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 631da44cc42a0957fc7a5061fdeea86ecb1b431e Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jun 10 16:56:37 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Tue Jun 11 08:55:25 2019 +0200 Fix typo Change-Id: Icfc2ffd44c167189423d2b2b7954324874207f91 Reviewed-on: https://gerrit.libreoffice.org/73795 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> 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 ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
