summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Maletsky <maxim@php.net>2002-11-21 20:32:56 +0000
committerMaxim Maletsky <maxim@php.net>2002-11-21 20:32:56 +0000
commit1f73196bf91e7f745c74fedae56211702977d2f1 (patch)
treeb7eb5caf7018b72b667a8d8debfb5174a8b1acd8
parent8338d8bfce07474fbbe5210efe4e4549bf71efee (diff)
downloadphp-git-1f73196bf91e7f745c74fedae56211702977d2f1.tar.gz
comment typo
-rw-r--r--ext/oci8/oci8.c2
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;
}