Skip to content

Commit 5d5664f

Browse files
authored
[skip ci] Fix typo (#11558)
1 parent 28117d7 commit 5d5664f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/php_odbc_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PHPAPI bool php_odbc_connstr_is_quoted(const char *str)
6161
*
6262
* The ODBC specification mentions:
6363
* "Because of connection string and initialization file grammar, keywords and
64-
* and attribute values that contain the characters []{}(),;?*=!@ not enclosed
64+
* attribute values that contain the characters []{}(),;?*=!@ not enclosed
6565
* with braces should be avoided."
6666
*
6767
* Note that it assumes that the string is *not* already quoted. You should

0 commit comments

Comments
 (0)