summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_nonapi.c
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-08-09 23:19:55 -0300
committerChristoph M. Becker <cmbecker69@gmx.de>2018-08-12 16:15:45 +0200
commit84b195d9fc5ba2b65ceb46d8ec3d4676bf51a538 (patch)
tree2c3100631a749d0ebc5515f06a950dae8c9d9b3b /ext/mysqli/mysqli_nonapi.c
parent9ea7d259effc81700e8b7f03f56c47c14201548e (diff)
downloadphp-git-84b195d9fc5ba2b65ceb46d8ec3d4676bf51a538.tar.gz
Fix some misspellings
Diffstat (limited to 'ext/mysqli/mysqli_nonapi.c')
-rw-r--r--ext/mysqli/mysqli_nonapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli_nonapi.c b/ext/mysqli/mysqli_nonapi.c
index 7b6c07d2e3..bd89006b7d 100644
--- a/ext/mysqli/mysqli_nonapi.c
+++ b/ext/mysqli/mysqli_nonapi.c
@@ -155,7 +155,7 @@ void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_real_conne
mysql->hash_key = hash_key;
- /* check if we can reuse exisiting connection ... */
+ /* check if we can reuse existing connection ... */
if ((le = zend_hash_find_ptr(&EG(persistent_list), hash_key)) != NULL) {
if (le->type == php_le_pmysqli()) {
plist = (mysqli_plist_entry *) le->ptr;