From: Felipe Pena Date: Sun, 9 Mar 2008 16:07:46 +0000 (+0000) Subject: Fix typo (#44381) X-Git-Tag: RELEASE_2_0_0a1~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2f4086e34b012d019a5e51de6c0074fee656eae;p=php Fix typo (#44381) --- diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index d81bec53c2..fa116a72f5 100644 --- a/sapi/nsapi/nsapi.c +++ b/sapi/nsapi/nsapi.c @@ -856,7 +856,7 @@ int NSAPI_PUBLIC php6_init(pblock *pb, Session *sn, Request *rq) daemon_atrestart(&php6_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; }