diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-12-01 03:48:14 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-12-01 03:48:14 +0000 |
commit | b457cfb5ebab5786beed8168b5b0ef1fc5b2797f (patch) | |
tree | 5d27ff71d1a130f4dd00efdc27f0b6ed8237ef10 /src/or/rendclient.c | |
parent | 6e88abf418684ccaf4a1d7146b0129857a3864fe (diff) | |
download | tor-b457cfb5ebab5786beed8168b5b0ef1fc5b2797f.tar.gz tor-b457cfb5ebab5786beed8168b5b0ef1fc5b2797f.zip |
Spell-check strings and comments
svn:r3052
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 53689ad037..48f60ee8c3 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -5,7 +5,7 @@ const char rendclient_c_id[] = "$Id$"; /** * \file rendclient.c - * \brief Client code to access location-hiddenn services. + * \brief Client code to access location-hidden services. **/ #include "or.h" |