Skip to content

Commit 5a0da28

Browse files
committed
fix typo
1 parent edd90e5 commit 5a0da28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/SAPI.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg TSRMLS_DC)
717717

718718
header_line = estrndup(header_line, header_line_len);
719719

720-
/* cut of trailing spaces, linefeeds and carriage-returns */
720+
/* cut off trailing spaces, linefeeds and carriage-returns */
721721
if (header_line_len && isspace(header_line[header_line_len-1])) {
722722
do {
723723
header_line_len--;

0 commit comments

Comments
 (0)