]> granicus.if.org Git - php/commitdiff
Fix typo (#44381)
authorFelipe Pena <felipe@php.net>
Sun, 9 Mar 2008 16:07:14 +0000 (16:07 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 9 Mar 2008 16:07:14 +0000 (16:07 +0000)
sapi/nsapi/nsapi.c

index f86fea2b723e9fa8eb19d822ed133c730f78d460..9394d8f0566456df193b71ba0256858a128ba40d 100644 (file)
@@ -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;
 }