diff options
-rw-r--r-- | ext/session/mod_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |