Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2023-06-02 10:36:47 +02:00
parent efdcbd13cb
commit ee9a663b01
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ struct retransmission_t {
/**
* Maximum jitter to apply to calculated timeout (in percent). A random
* amount of value this will be subtracted from the calculated timeout.
* amount of that value will be subtracted from the calculated timeout.
*/
u_int jitter;