We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd90e5 commit 5a0da28Copy full SHA for 5a0da28
main/SAPI.c
@@ -717,7 +717,7 @@ SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg TSRMLS_DC)
717
718
header_line = estrndup(header_line, header_line_len);
719
720
- /* cut of trailing spaces, linefeeds and carriage-returns */
+ /* cut off trailing spaces, linefeeds and carriage-returns */
721
if (header_line_len && isspace(header_line[header_line_len-1])) {
722
do {
723
header_line_len--;
0 commit comments