[skip ci] Fix typo (#11558)

This commit is contained in:
Alexander M. Turek 2023-06-30 12:59:33 +02:00 committed by GitHub
parent 28117d718f
commit 5d5664f72f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ PHPAPI bool php_odbc_connstr_is_quoted(const char *str)
* *
* The ODBC specification mentions: * The ODBC specification mentions:
* "Because of connection string and initialization file grammar, keywords and * "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." * with braces should be avoided."
* *
* Note that it assumes that the string is *not* already quoted. You should * Note that it assumes that the string is *not* already quoted. You should