diff options
author | Roger Dingledine <arma@torproject.org> | 2015-01-15 11:03:13 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2015-01-15 11:03:13 -0500 |
commit | 660a35d97c1bc600521a5ece373e70477176fb1c (patch) | |
tree | b5cecedbe47dab65ff0971105e280b5a7fdaa927 /src/or/rendclient.c | |
parent | 52d6cb03a7388d3322785f52d7edb41ca176f502 (diff) | |
download | tor-660a35d97c1bc600521a5ece373e70477176fb1c.tar.gz tor-660a35d97c1bc600521a5ece373e70477176fb1c.zip |
fix typo
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 75c7b9ae92..4b7d85a5e0 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -1083,7 +1083,7 @@ rend_client_desc_trynow(const char *query) * the hidden service named <b>onion_address</b>. Called when a * connection attempt has ended; it is possible for this to be called * multiple times while handling an ended connection attempt, and - * any future changes to this functio n must ensure it remains + * any future changes to this function must ensure it remains * idempotent. */ void |