From d36ddb5a9ff286d4140c56b095090a784d43016f Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Wed, 6 Mar 2002 09:01:13 +0000 Subject: [PATCH] Fixed typo :) --- ext/session/mod_mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.50.1