diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-01-27 08:51:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-01-27 08:51:28 -0500 |
commit | 39a86185c8c04c4622c5d1cd5f6cdcba91995473 (patch) | |
tree | 2f81c8ab8ab37454ac0ce587c4793d9d66da5ca4 /src/test/test_dir.c | |
parent | 42dea56363c24960e85344749644f6502f625463 (diff) | |
download | tor-39a86185c8c04c4622c5d1cd5f6cdcba91995473.tar.gz tor-39a86185c8c04c4622c5d1cd5f6cdcba91995473.zip |
Correct further grammatical errors in tor comments
Avoid using a pronoun where it makes comments unclear.
Avoid using gender for things that don't have it.
Avoid assigning gender to people unnecessarily.
Diffstat (limited to 'src/test/test_dir.c')
-rw-r--r-- | src/test/test_dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_dir.c b/src/test/test_dir.c index 05fbe0a4f6..4824a94132 100644 --- a/src/test/test_dir.c +++ b/src/test/test_dir.c @@ -3238,7 +3238,7 @@ test_dir_packages(void *arg) ADD(4, "clownshoes 22alpha4 http://quumble.example.cam/ blake2=fooa"); ADD(5, "clownshoes 22alpha4 http://quumble.example.cam/ blake2=fooa"); - /* Five votes for A ... all from the same guy. Three for B. */ + /* Five votes for A ... all from the same authority. Three for B. */ ADD(0, "cbc 99.1.11.1.1 http://example.com/cbc/ cubehash=ahooy sha512=m"); ADD(1, "cbc 99.1.11.1.1 http://example.com/cbc/ cubehash=ahooy sha512=m"); ADD(3, "cbc 99.1.11.1.1 http://example.com/cbc/ cubehash=ahooy sha512=m"); |