From c5b9552891d0cb379176cf77f2a35beba73f2edb Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 30 Dec 2005 05:40:43 +0000 Subject: [PATCH] MFH: typofix --- main/SAPI.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/SAPI.c b/main/SAPI.c index 6c3733ae55..061d352a88 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -575,7 +575,7 @@ SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg TSRMLS_DC) continue; } efree(header_line); - sapi_module.sapi_error(E_WARNING, "Header may not contain more then a single header, new line detected."); + sapi_module.sapi_error(E_WARNING, "Header may not contain more than a single header, new line detected."); return FAILURE; } } -- 2.50.1