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

index 81761beb35ed682a88860bc76ba3ea31b32a5dce..246f214d51fb423b4400dba0633aa4439de56205 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;
 }