From d39fbb1548ef49543e81830eb930e8f58aaaf5ec Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 9 Mar 2008 16:06:33 +0000 Subject: [PATCH] Fix typo (#44381) --- sapi/nsapi/nsapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0