diff options
author | Roger Dingledine <arma@torproject.org> | 2005-10-18 21:39:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-10-18 21:39:00 +0000 |
commit | 102df4a9823020cd7e2da4a2d37466f6fb91cb36 (patch) | |
tree | dec10f99629844e808a9d2483d13aee88acbcfb8 /src/or/routerparse.c | |
parent | e54efb16550a6d0a8d265eecd76f683cf7a72865 (diff) | |
download | tor-102df4a9823020cd7e2da4a2d37466f6fb91cb36.tar.gz tor-102df4a9823020cd7e2da4a2d37466f6fb91cb36.zip |
fix some typos
svn:r5283
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 721632c1c5..30276532b1 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -670,7 +670,7 @@ router_parse_list_from_string(const char **s, smartlist_t *dest) while (cp > *s && *cp != '\n') --cp; - /* cp now points to the first \n before the last non-bank line in this + /* cp now points to the first \n before the last non-blank line in this * descriptor */ if (strcmpstart(cp, "\n-----END SIGNATURE-----\n")) { |