From 1f73196bf91e7f745c74fedae56211702977d2f1 Mon Sep 17 00:00:00 2001 From: Maxim Maletsky Date: Thu, 21 Nov 2002 20:32:56 +0000 Subject: [PATCH] comment typo --- ext/oci8/oci8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.50.1