summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-06-19 21:53:12 +0200
committerJulien Nabet <serval2412@yahoo.fr>2024-06-19 22:48:51 +0200
commit3ee6d513b3b0988219e47d0ea8546c605291682a (patch)
tree8fef11bb6e8f3d2265125bb1e70d4c96e6d88b31 /connectivity
parent1822d3ddf3d9618af946deb6986bc1bbc403b5a6 (diff)
Fix typo
Change-Id: If2eb7ee036a06d23a4b82ab474244efcbcbf2905 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169238 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/firebird/ResultSet.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/ResultSet.hxx b/connectivity/source/drivers/firebird/ResultSet.hxx
index fdae21dfbaaf..19e2ad36cfb8 100644
--- a/connectivity/source/drivers/firebird/ResultSet.hxx
+++ b/connectivity/source/drivers/firebird/ResultSet.hxx
@@ -50,7 +50,7 @@ namespace connectivity::firebird
/**
* This ResultSet does not deal with the management of the SQLDA
- * it is supplied with. The owner must mange its SQLDA appropriately
+ * it is supplied with. The owner must manage its SQLDA appropriately
* and ensure that the ResultSet is destroyed before disposing of the
* SQLDA.
*/