From: foobar Date: Fri, 30 Dec 2005 05:41:18 +0000 (+0000) Subject: MFH: typofix X-Git-Tag: php-4.4.2RC2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ae421b807793c8ffc90e7c1603627559bbec503;p=php MFH: typofix --- diff --git a/main/SAPI.c b/main/SAPI.c index 769a039fc3..d522e5e8c4 100644 --- a/main/SAPI.c +++ b/main/SAPI.c @@ -555,7 +555,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; } }