[Libreoffice-commits] core.git: forms/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sat Mar 21 08:36:47 UTC 2020


 forms/source/component/Columns.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d70fcbd9e42a3c4925e2a7fc3ed4826668cc4889
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Mar 21 01:28:51 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Mar 21 09:36:13 2020 +0100

    Fix typo
    
    Change-Id: Ifcdd81ef6aefcfd80e8958195b52bbfbdc2d9960
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90851
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/forms/source/component/Columns.cxx b/forms/source/component/Columns.cxx
index 234431affdf4..ae1b1cb88897 100644
--- a/forms/source/component/Columns.cxx
+++ b/forms/source/component/Columns.cxx
@@ -93,7 +93,7 @@ sal_Int32 getColumnTypeByModelName(const OUString& aModelName)
 #ifdef DBG_UTIL
         sal_Int32 nCompatiblePrefixPos = aModelName.indexOf(aCompatibleModelPrefix);
         DBG_ASSERT( (nPrefixPos != -1) ||   (nCompatiblePrefixPos != -1),
-                "::getColumnTypeByModelName() : wrong servivce !");
+                "::getColumnTypeByModelName() : wrong service!");
 #endif
 
         OUString aColumnType = (nPrefixPos != -1)


More information about the Libreoffice-commits mailing list