Skip to content

Commit 57eb25b

Browse files
committed
Backport master branch comment typo fix
1 parent 3d497f8 commit 57eb25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/oci8/oci8_failover.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ sb4 callback_fn(void *svchp, void *envhp, void *fo_ctx, ub4 fo_type, ub4 fo_even
7171
returnValue = (sb4) Z_LVAL(retval);
7272
}
7373

74-
/* Setting params[0] to null so ressource isn't destroyed on zval_dtor */
74+
/* Setting params[0] to null so resource isn't destroyed on zval_dtor */
7575
ZVAL_NULL(&params[0]);
7676

7777
/* Cleanup */

0 commit comments

Comments
 (0)