From 57eb25b393366c8650b2cf85ef12ea76d01bdd95 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 24 Sep 2018 17:06:29 +1000 Subject: [PATCH] Backport master branch comment typo fix --- ext/oci8/oci8_failover.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/oci8_failover.c b/ext/oci8/oci8_failover.c index 106945ece77..ab279974581 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(¶ms[0]); /* Cleanup */