diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2021-11-12 14:23:08 +0200 |
---|---|---|
committer | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2022-02-25 11:41:34 +0200 |
commit | 2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e (patch) | |
tree | 116b218684dfe4a22f30df9f6a9cf9edf7249981 /src/feature/dirparse | |
parent | 45416356ed7dc5551cda491c01a4d7df1ed97a20 (diff) | |
download | tor-2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e.tar.gz tor-2905e7667e9e17d69ae1d23dbc970d1efe2d3d7e.zip |
Fix typos
Diffstat (limited to 'src/feature/dirparse')
-rw-r--r-- | src/feature/dirparse/unparseable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirparse/unparseable.c b/src/feature/dirparse/unparseable.c index 930717a6ff..e966db734a 100644 --- a/src/feature/dirparse/unparseable.c +++ b/src/feature/dirparse/unparseable.c @@ -403,7 +403,7 @@ dump_desc_compare_fifo_entries(const void **a_v, const void **b_v) } } else { /* - * We shouldn't see this, but what the hell, NULLs precede everythin + * We shouldn't see this, but what the hell, NULLs precede everything * else */ return 1; |