mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix some misspellings
This commit is contained in:
parent
9ea7d259ef
commit
84b195d9fc
95 changed files with 143 additions and 143 deletions
|
@ -1055,7 +1055,7 @@ static int _php_pgsql_detect_identifier_escape(const char *identifier, size_t le
|
|||
if (len <= 2) {
|
||||
return FAILURE;
|
||||
}
|
||||
/* Detect double qoutes */
|
||||
/* Detect double quotes */
|
||||
if (identifier[0] == '"' && identifier[len-1] == '"') {
|
||||
size_t i;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue