Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Aug 16, 2024
1 parent 441f1cb commit d33820d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ares_process.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ static ares_status_t ares__conn_flush(ares_conn_t *conn,
goto done;
}

/* UDP didn't send the lenght prefix so augment that here */
/* UDP didn't send the length prefix so augment that here */
if (!(conn->flags & ARES_CONN_FLAG_TCP)) {
count += 2;
}
Expand Down

0 comments on commit d33820d

Please sign in to comment.