diff options
| author | Felipe Pena <felipe@php.net> | 2008-03-09 16:07:14 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2008-03-09 16:07:14 +0000 |
| commit | 5d9e462ecfa5b9a0a65b0851b8d4c2e2d03f0369 (patch) | |
| tree | a9e9aafff5dd1cdc4768705fcb2861f8e252c58f | |
| parent | 62ba50b762d914045b15994dc2800606ec56d871 (diff) | |
| download | php-git-5d9e462ecfa5b9a0a65b0851b8d4c2e2d03f0369.tar.gz | |
Fix typo (#44381)
| -rw-r--r-- | sapi/nsapi/nsapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c index f86fea2b72..9394d8f056 100644 --- a/sapi/nsapi/nsapi.c +++ b/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; } |
