mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
Fix typo (#44381)
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user