diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-18 23:14:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-18 23:14:58 +0000 |
commit | 0a865bc277d49dfedf4163b253ccaaafc07869ca (patch) | |
tree | f77d46a52136fc726f5a2a342a55ea325829975b /src/or/control.c | |
parent | 322eddb045288fd83387f9e911c23c18329f2a6e (diff) | |
download | tor-0a865bc277d49dfedf4163b253ccaaafc07869ca.tar.gz tor-0a865bc277d49dfedf4163b253ccaaafc07869ca.zip |
various fixes from reading or-cvs the past few days
svn:r12035
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index 249406de88..c176e47eab 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -1251,7 +1251,7 @@ getinfo_helper_misc(control_connection_t *conn, const char *question, /** Awful hack: return a newly allocated string based on a routerinfo and * (possibly) an extrainfo, sticking the read-history and write-history from * <b>ei</b> into the resulting string. The thing you get back won't - * necessarily have a valid signature. + * have a valid signature. * * New code should never use this; it's for backward compatibiliy. * |