Browse Source

Fix typo (#44381)

PHP-5.2.1RC1
Felipe Pena 18 years ago
parent
commit
d39fbb1548
  1. 2
      sapi/nsapi/nsapi.c

2
sapi/nsapi/nsapi.c

@ -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;
}

Loading…
Cancel
Save