diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-07-25 05:38:50 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-07-25 11:57:11 +0200 |
commit | a5e80b22e11c2db7fd5ff07b5b7a28f80745e89b (patch) | |
tree | 31d5964b5ceeb8ca1f81511f08bc4b89d872e8a7 /ext/mysqli/mysqli.c | |
parent | a29a800cb0749c19a99a7019219c44b5415b6a78 (diff) | |
download | php-git-a5e80b22e11c2db7fd5ff07b5b7a28f80745e89b.tar.gz |
Fix typos in code comments
Diffstat (limited to 'ext/mysqli/mysqli.c')
-rw-r--r-- | ext/mysqli/mysqli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli.c b/ext/mysqli/mysqli.c index ae5ed4ba44..a25bc096ce 100644 --- a/ext/mysqli/mysqli.c +++ b/ext/mysqli/mysqli.c @@ -978,7 +978,7 @@ PHP_MINFO_FUNCTION(mysqli) /* }}} */ -/* Dependancies */ +/* Dependencies */ static const zend_module_dep mysqli_deps[] = { ZEND_MOD_REQUIRED("spl") #if defined(MYSQLI_USE_MYSQLND) |