diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2023-02-05 00:36:37 +0200 |
---|---|---|
committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2023-02-05 00:36:37 +0200 |
commit | c1b940cebf110d5a05960d930ce55c0a782e9c8f (patch) | |
tree | 2c88e4f2a701f92fde6442373a742ef55563761a /src/feature/relay | |
parent | a4d61c84e37a979bbc7cfb81ce2712a7510344a9 (diff) | |
download | tor-c1b940cebf110d5a05960d930ce55c0a782e9c8f.tar.gz tor-c1b940cebf110d5a05960d930ce55c0a782e9c8f.zip |
Fix typos
Diffstat (limited to 'src/feature/relay')
-rw-r--r-- | src/feature/relay/onion_queue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/relay/onion_queue.c b/src/feature/relay/onion_queue.c index b844aefcd1..f3f4b169f4 100644 --- a/src/feature/relay/onion_queue.c +++ b/src/feature/relay/onion_queue.c @@ -115,7 +115,7 @@ get_onion_queue_max_delay(const or_options_t *options) /** * We combine ntorv3 and ntor into the same queue, so we must - * use this function to covert the cell type to a queue index. + * use this function to convert the cell type to a queue index. */ static inline uint16_t onionskin_type_to_queue(uint16_t type) |