summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2018-09-24 17:06:29 +1000
committerChristopher Jones <sixd@php.net>2018-09-24 17:06:29 +1000
commit57eb25b393366c8650b2cf85ef12ea76d01bdd95 (patch)
tree34d3e903bc8f1657e167a60863b37850e495d559
parent3d497f884f90a329b576988bbb8887872520c0fe (diff)
downloadphp-git-57eb25b393366c8650b2cf85ef12ea76d01bdd95.tar.gz
Backport master branch comment typo fix
-rw-r--r--ext/oci8/oci8_failover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8_failover.c b/ext/oci8/oci8_failover.c
index 106945ece7..ab27997458 100644
--- a/ext/oci8/oci8_failover.c
+++ b/ext/oci8/oci8_failover.c
@@ -71,7 +71,7 @@ sb4 callback_fn(void *svchp, void *envhp, void *fo_ctx, ub4 fo_type, ub4 fo_even
returnValue = (sb4) Z_LVAL(retval);
}
- /* Setting params[0] to null so ressource isn't destroyed on zval_dtor */
+ /* Setting params[0] to null so resource isn't destroyed on zval_dtor */
ZVAL_NULL(&params[0]);
/* Cleanup */