aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-11-02 17:16:34 +0000
committerNick Mathewson <nickm@torproject.org>2007-11-02 17:16:34 +0000
commit3a6287615b9daea6e83ac08a424ed778ef6092ad (patch)
tree37093ff3c19bb8f6372eda96dfa56a6ae811a4a1 /src/or/routerparse.c
parentdfc689bda232de67ff3ed20b145e12e57dd5dd31 (diff)
downloadtor-3a6287615b9daea6e83ac08a424ed778ef6092ad.tar.gz
tor-3a6287615b9daea6e83ac08a424ed778ef6092ad.zip
r16367@catbus: nickm | 2007-11-02 13:13:15 -0400
Space fixes. svn:r12345
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 2cf5a1e7f1..1e86f8c6f3 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -3309,7 +3309,7 @@ rend_parse_v2_service_descriptor(rend_service_descriptor_t **parsed_out,
* valid numbers. -KL */
/* As above, increased version numbers are for
* non-backward-compatible changes. This code doesn't know how to
- * parse a v3 descriptor, because a v3 descriptor is by definitition not
+ * parse a v3 descriptor, because a v3 descriptor is by definitition not
* compatible with this code. */
version = atoi(smartlist_get(versions, i));
result->protocols |= 1 << version;