diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-01-20 16:03:18 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-01-21 07:08:17 +0100 |
commit | f5bd9b400308e8fe40d6d833ca92678b084df3fb (patch) | |
tree | fe36aea53171a77dcf6e4803e8f554c2b10cb2bd /connectivity/source/commontools | |
parent | fef58ec13c548fbd692adabafb0a84f50c273146 (diff) |
Fix typo
Change-Id: I14fba5feb45ee2f8de5f017b6da95bd1fe4908f8
Reviewed-on: https://gerrit.libreoffice.org/66660
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'connectivity/source/commontools')
-rw-r--r-- | connectivity/source/commontools/FValue.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: |