summaryrefslogtreecommitdiff
path: root/sapi/nsapi/nsapi.c
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-03-09 16:06:33 +0000
committerFelipe Pena <felipe@php.net>2008-03-09 16:06:33 +0000
commitd39fbb1548ef49543e81830eb930e8f58aaaf5ec (patch)
tree7ffe9ef1db283678223b4f8b8a442a86b78b6804 /sapi/nsapi/nsapi.c
parentff962d9de19ef0cd29802e0941ab75c3d5be917b (diff)
downloadphp-git-d39fbb1548ef49543e81830eb930e8f58aaaf5ec.tar.gz
Fix typo (#44381)
Diffstat (limited to 'sapi/nsapi/nsapi.c')
-rw-r--r--sapi/nsapi/nsapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/nsapi/nsapi.c b/sapi/nsapi/nsapi.c
index 81761beb35..246f214d51 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;
}