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

index d81bec53c201c8ef2bfd843f54cb62523aae9746..fa116a72f57847fadc899e5fb15dd29b58187f9c 100644 (file)
@@ -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;
 }