From: Felipe Pena Date: Sun, 9 Mar 2008 16:06:33 +0000 (+0000) Subject: Fix typo (#44381) X-Git-Tag: php-5.2.6RC3~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d39fbb1548ef49543e81830eb930e8f58aaaf5ec;p=php Fix typo (#44381) --- diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index 81761beb35..246f214d51 100644 --- a/sapi/nsapi/nsapi.c +++ b/sapi/nsapi/nsapi.c @@ -860,7 +860,7 @@ int NSAPI_PUBLIC php5_init(pblock *pb, Session *sn, Request *rq) daemon_atrestart(&php5_close, NULL); - log_error(LOG_INFORM, pblock_findval("fn", pb), sn, rq, "Initialized PHP Module (%d threads exspected)", threads); + log_error(LOG_INFORM, pblock_findval("fn", pb), sn, rq, "Initialized PHP Module (%d threads expected)", threads); return REQ_PROCEED; }