From: Yasuo Ohgaki Date: Wed, 6 Mar 2002 09:01:13 +0000 (+0000) Subject: Fixed typo :) X-Git-Tag: php-4.2.0RC1~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d36ddb5a9ff286d4140c56b095090a784d43016f;p=php Fixed typo :) --- diff --git a/ext/session/mod_mm.c b/ext/session/mod_mm.c index dff1bc6426..0b634665be 100644 --- a/ext/session/mod_mm.c +++ b/ext/session/mod_mm.c @@ -260,7 +260,7 @@ PHP_MINIT_FUNCTION(ps_mm) } if (!sprintf(euid,"%d", geteuid())) { - php_error(E_WARNING,"mm session save handler cannot get effecitve UID"); + php_error(E_WARNING,"mm session save handler cannot get effective UID"); return FAILURE; }