[Libreoffice-commits] core.git: connectivity/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jan 21 06:08:41 UTC 2019
connectivity/source/commontools/FValue.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f5bd9b400308e8fe40d6d833ca92678b084df3fb
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jan 20 16:03:18 2019 +0000
Commit: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Jan 21 07:08:17 2019 +0100
Fix typo
Change-Id: I14fba5feb45ee2f8de5f017b6da95bd1fe4908f8
Reviewed-on: https://gerrit.libreoffice.org/66660
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/connectivity/source/commontools/FValue.cxx b/connectivity/source/commontools/FValue.cxx
index a33fdbebea6f..1e48d68e85cd 100644
--- a/connectivity/source/commontools/FValue.cxx
+++ b/connectivity/source/commontools/FValue.cxx
@@ -752,7 +752,7 @@ bool ORowSetValue::operator==(const ORowSetValue& _rRH) const
}
bool bRet = false;
- OSL_ENSURE(!m_bNull,"SHould not be null!");
+ OSL_ENSURE(!m_bNull,"Should not be null!");
switch(m_eTypeKind)
{
case DataType::VARCHAR:
More information about the Libreoffice-commits
mailing list