From: Andrei Zmievski Date: Tue, 22 Feb 2000 14:23:09 +0000 (+0000) Subject: Typo. X-Git-Tag: PHP-4.0-RC1~498 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9abf023b497ba6cf13511cb4873970de3d37b76;p=php Typo. --- diff --git a/ext/session/session.c b/ext/session/session.c index 4cfe75384f..2add22e598 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -655,7 +655,7 @@ static void _php_session_start(PSLS_D) track_vars = INI_BOOL("track_vars"); if (!register_globals && !track_vars) { - php_error(E_ERROR, "The sessions module will not work, if you have disabled track_vars and register_globals. Enable at least one of them."); + php_error(E_ERROR, "The session module will not work, if you have disabled track_vars and register_globals. Enable at least one of them."); return; }