extensions/source/propctrlr/cellbindinghandler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e449cc923b52068bec805d66d835d4289351b244
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jun 10 16:56:39 2019 +0000
Commit:     Jens Carl <j.car...@gmx.de>
CommitDate: Tue Jun 11 07:54:32 2019 +0200

    Fix typo
    
    Change-Id: I5bbb85075256dec62d7270293eb900f1dd89bc91
    Reviewed-on: https://gerrit.libreoffice.org/73793
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.car...@gmx.de>

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!" 
);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to