diff options
author | Roger Dingledine <arma@torproject.org> | 2017-05-22 20:06:38 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-05-22 20:06:38 -0400 |
commit | 4e3ea6d5c8b81d195101d09478d362ab09da66fb (patch) | |
tree | cabf1e852240929cafbb25372878a7a6b15bb6bb /src/or | |
parent | 615dbdb0e094d4ef0b1982d06e62a8058463a28a (diff) | |
download | tor-4e3ea6d5c8b81d195101d09478d362ab09da66fb.tar.gz tor-4e3ea6d5c8b81d195101d09478d362ab09da66fb.zip |
fix minor grammar error in comment
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/directory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 6d66ac1db9..740333d46e 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -3889,7 +3889,7 @@ allowed_anonymous_connection_compression_method(compress_method_t method) return 0; } -/** Log a warning when a remote server have send us a document using a +/** Log a warning when a remote server has sent us a document using a * compression method that is not allowed for anonymous directory requests. */ STATIC void warn_disallowed_anonymous_compression_method(compress_method_t method) |