Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/wrk.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@ static int response_complete(http_parser *parser) {

if (expected_latency_timing < 0) {
printf("\n\n ---------- \n\n");
printf("We are about to crash and die (recoridng a negative #)");
printf("This wil never ever ever happen...");
printf("We are about to crash and die (recording a negative number)");
printf("This will never ever happen...");
printf("But when it does. The following information will help in debugging");
printf("response_complete:\n");
printf(" expected_latency_timing = %lld\n", expected_latency_timing);
Expand Down