Browse Source

MFH: typofix

PHP-5.1
foobar 21 years ago
parent
commit
c5b9552891
  1. 2
      main/SAPI.c

2
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;
}
}

Loading…
Cancel
Save