diff options
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 1ff17150e..4b83bfcf8 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -570,7 +570,7 @@ _compare_tor_version_str_ptr(const void **_a, const void **_b) return -1; if (ca && !cb) return 1; - /* If neiher parses, compare strings. Also, the directory server admin needs + /* If neither parses, compare strings. Also, the directory server admin needs ** to be smacked upside the head. But Tor is tolerant and gentle. */ return strcmp(a,b); } |