From: Maxim Maletsky Date: Thu, 21 Nov 2002 20:32:56 +0000 (+0000) Subject: comment typo X-Git-Tag: RELEASE_1_0b2~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f73196bf91e7f745c74fedae56211702977d2f1;p=php comment typo --- 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; }