Skip to content

Commit 31bfcc0

Browse files
bnoordhuisshekhei
authored andcommitted
Fix typo in test name.
PR-URL: nodejs#364 Reviewed-By: Fedor Indutny <[email protected]>
1 parent 817ee6e commit 31bfcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ const struct message requests[] =
11321132
}
11331133

11341134
#define UNLINK_REQUEST 41
1135-
, {.name = "link request"
1135+
, {.name = "unlink request"
11361136
,.type= HTTP_REQUEST
11371137
,.raw= "UNLINK /images/my_dog.jpg HTTP/1.1\r\n"
11381138
"Host: example.com\r\n"

0 commit comments

Comments
 (0)