From 5d5664f72fd1e901a2d1efc5792b8f46ecf9a742 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Fri, 30 Jun 2023 12:59:33 +0200 Subject: [PATCH] [skip ci] Fix typo (#11558) --- main/php_odbc_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/php_odbc_utils.c b/main/php_odbc_utils.c index 5caa734e7fe..f34eb143f63 100644 --- a/main/php_odbc_utils.c +++ b/main/php_odbc_utils.c @@ -61,7 +61,7 @@ PHPAPI bool php_odbc_connstr_is_quoted(const char *str) * * The ODBC specification mentions: * "Because of connection string and initialization file grammar, keywords and - * and attribute values that contain the characters []{}(),;?*=!@ not enclosed + * attribute values that contain the characters []{}(),;?*=!@ not enclosed * with braces should be avoided." * * Note that it assumes that the string is *not* already quoted. You should