diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-09-03 03:01:23 +0200 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-09-15 07:12:12 -0400 |
commit | 5e01a86b42fe2c975408dd7be0d2d4627c8c2f38 (patch) | |
tree | b1d8b36616091cb6354881df08ab1bde0dad0ec1 /src/or/dirserv.c | |
parent | 39dee3d52c0cba7717289c7f2d2890e98ac5c813 (diff) | |
download | tor-5e01a86b42fe2c975408dd7be0d2d4627c8c2f38.tar.gz tor-5e01a86b42fe2c975408dd7be0d2d4627c8c2f38.zip |
some cleanups:
documentation fix for get_uint64
remove extra "." from a log line
fix a long line
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 6a88286b10..f6aef01e85 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1864,7 +1864,7 @@ version_from_platform(const char *platform) * NS_V2 - Output an entry suitable for a V2 NS opinion document * NS_V3_CONSENSUS - Output the first portion of a V3 NS consensus entry * NS_V3_VOTE - Output a complete V3 NS vote - * NS_CONTROL_PORT - Output a NS docunent for the control port + * NS_CONTROL_PORT - Output a NS document for the control port */ int routerstatus_format_entry(char *buf, size_t buf_len, |