[tor-commits] [tor/master] Fix comment typo

nickm at torproject.org nickm at torproject.org
Mon Oct 3 19:14:00 UTC 2011


commit e07307214e73f4b3d030b832c84f7556f3c140e8
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Tue Sep 20 03:42:40 2011 -0700

    Fix comment typo
---
 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 0a9e2a6..f549593 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -519,7 +519,7 @@ directory_get_from_hs_dir(const char *desc_id, const rend_data_t *rend_query)
     return 0;
   }
 
-  /* Remember, that we are requesting a descriptor from this hidden service
+  /* Remember that we are requesting a descriptor from this hidden service
    * directory now. */
   lookup_last_hid_serv_request(hs_dir, desc_id_base32, now, 1);
 





More information about the tor-commits mailing list