diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-05-27 17:55:51 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-05-27 17:55:51 -0400 |
commit | ec7e0546681f57a1ba1769cca2b8339f9b0dc8b0 (patch) | |
tree | ec878942a37b05ee542606c1ee6ebe42c6b43d15 /src/or/rendclient.c | |
parent | f0453c45c8c3963762b208cfe4f6fb2e1e96cc34 (diff) | |
download | tor-ec7e0546681f57a1ba1769cca2b8339f9b0dc8b0.tar.gz tor-ec7e0546681f57a1ba1769cca2b8339f9b0dc8b0.zip |
Spell-check Tor.
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index fb50e8dc00..784db9dadf 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -80,8 +80,8 @@ rend_client_send_introduction(origin_circuit_t *introcirc, goto err; } - /* first 20 bytes of payload are the hash of bob's pk */ - if (entry->parsed->version == 0) { /* unversioned descriptor */ + /* first 20 bytes of payload are the hash of Bob's pk */ + if (entry->parsed->version == 0) { /* un-versioned descriptor */ intro_key = entry->parsed->pk; } else { /* versioned descriptor */ intro_key = NULL; |