Skip to content

Commit

Permalink
[=] fix typo in test_server.c (alibaba#115)
Browse files Browse the repository at this point in the history
continous -> continuous
  • Loading branch information
eltociear authored Mar 11, 2022
1 parent 111576f commit ade51b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ xqc_server_socket_read_handler(xqc_server_ctx_t *ctx)
if (g_test_case == 8) {
static int loss_num = 0;
loss_num++;
/* continous loss to make server at amplification limit */
/* continuous loss to make server at amplification limit */
if (loss_num >= 2 && loss_num <= 10) {
continue;
}
Expand Down

0 comments on commit ade51b7

Please sign in to comment.