summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-17 09:43:23 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-17 19:35:38 +0100
commit0143e976454f7937b3f9ba29113bbc36505173c8 (patch)
treea948a85c8361bd3991b05bb13aec15198bb9c68c /connectivity
parentb12acadfeade6749f2d3f522811539b6f1f6e664 (diff)
Fix typos
Change-Id: Ic7a29f572ce4c42cc88e5d45ebbb774c4b21aaa0 Reviewed-on: https://gerrit.libreoffice.org/63488 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/firebird/PreparedStatement.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/drivers/firebird/PreparedStatement.cxx b/connectivity/source/drivers/firebird/PreparedStatement.cxx
index 0fb8579b0894..e0d120d0cfec 100644
--- a/connectivity/source/drivers/firebird/PreparedStatement.cxx
+++ b/connectivity/source/drivers/firebird/PreparedStatement.cxx
@@ -567,7 +567,7 @@ void SAL_CALL OPreparedStatement::setClob(sal_Int32 nParameterIndex, const Refer
break;
}
- // We need to make sure we close the Blob even if their are errors, hence evaluate
+ // We need to make sure we close the Blob even if there are errors, hence evaluate
// errors after closing.
closeBlobAfterWriting(aBlobHandle);
@@ -605,7 +605,7 @@ void OPreparedStatement::setClob( sal_Int32 nParameterIndex, const OUString& rSt
sData.getLength(),
sData.getStr() );
- // We need to make sure we close the Blob even if their are errors, hence evaluate
+ // We need to make sure we close the Blob even if there are errors, hence evaluate
// errors after closing.
closeBlobAfterWriting(aBlobHandle);
@@ -657,7 +657,7 @@ void SAL_CALL OPreparedStatement::setBlob(sal_Int32 nParameterIndex,
}
}
- // We need to make sure we close the Blob even if their are errors, hence evaluate
+ // We need to make sure we close the Blob even if there are errors, hence evaluate
// errors after closing.
closeBlobAfterWriting(aBlobHandle);
@@ -824,7 +824,7 @@ void SAL_CALL OPreparedStatement::setBytes(sal_Int32 nParameterIndex,
}
}
- // We need to make sure we close the Blob even if their are errors, hence evaluate
+ // We need to make sure we close the Blob even if there are errors, hence evaluate
// errors after closing.
closeBlobAfterWriting(aBlobHandle);