connectivity/source/inc/odbc/OTools.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dd0f7e66b88d4f58c7068057eeb9f87624043427
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jul 28 01:08:59 2024 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Sun Jul 28 07:13:16 2024 +0200

    Fix typo
    
    Change-Id: I7a135a47e5bdbbf37a08f7e876a0ed1d979d4c39
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171131
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/connectivity/source/inc/odbc/OTools.hxx 
b/connectivity/source/inc/odbc/OTools.hxx
index d86e9fbee7d4..adac0cd0c75c 100644
--- a/connectivity/source/inc/odbc/OTools.hxx
+++ b/connectivity/source/inc/odbc/OTools.hxx
@@ -269,7 +269,7 @@ inline OUString toUString(const SQLWCHAR* str, sal_Int32 
len)
 }
 
 // A templated class to encapsulate conversion from our string types into 
arrays of
-// SQLCHAR / SQLWCHAR (non-const, even if used as input balues, and not 
modified),
+// SQLCHAR / SQLWCHAR (non-const, even if used as input values, and not 
modified),
 // that ODBC functions take. It owns its buffer (important for delayed 
reads/writes)
 
 template <typename C, size_t CHAR_SIZE = sizeof(C)> class CHARS {};

Reply via email to