This commit is contained in:
foobar 2005-12-30 05:39:38 +00:00
parent 3afdc2e490
commit 2b1085d103

View file

@ -597,7 +597,7 @@ SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg TSRMLS_DC)
continue; continue;
} }
efree(header_line); 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; return FAILURE;
} }
} }