]> granicus.if.org Git - php/commitdiff
Typo.
authorAndrei Zmievski <andrei@php.net>
Tue, 22 Feb 2000 14:23:09 +0000 (14:23 +0000)
committerAndrei Zmievski <andrei@php.net>
Tue, 22 Feb 2000 14:23:09 +0000 (14:23 +0000)
ext/session/session.c

index 4cfe75384f2a7b9e896ce2adcfdebfb24a9c2b43..2add22e5985d4b1301d34457757ecb6586ad27f7 100644 (file)
@@ -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;
        }