[Libreoffice-commits] core.git: extensions/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 11 06:56:19 UTC 2019
extensions/source/propctrlr/submissionhandler.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 631da44cc42a0957fc7a5061fdeea86ecb1b431e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:37 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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 )
More information about the Libreoffice-commits
mailing list