diff options
-rw-r--r-- | ext/oci8/oci8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index fd5591e4e8..3ab0bda946 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -4405,7 +4405,7 @@ PHP_FUNCTION(ocipasswordchange) text *user, *pass_old, *pass_new; oci_connection *connection; - /* Disalllow in Safe Mode */ + /* Disable in Safe Mode */ if (PG(safe_mode)) { RETURN_FALSE; } |