diff options
author | Roger Dingledine <arma@torproject.org> | 2017-11-01 16:44:09 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-11-01 16:44:09 -0400 |
commit | 7700b99fe6aa8b66a76e70a40f5f37eef1017e5e (patch) | |
tree | b1d402f2bd54fed7ecd93921ee696afd37b9caf1 /src/or/routerparse.c | |
parent | affaaa1968ceed8d33b11168221887dbb52f0285 (diff) | |
download | tor-7700b99fe6aa8b66a76e70a40f5f37eef1017e5e.tar.gz tor-7700b99fe6aa8b66a76e70a40f5f37eef1017e5e.zip |
easy typos while reviewing commits
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 15cdb0bbde..65874ae068 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -4027,7 +4027,7 @@ networkstatus_parse_vote_from_string(const char *s, const char **eos_out, /** Return the common_digests_t that holds the digests of the * <b>flavor_name</b>-flavored networkstatus according to the detached * signatures document <b>sigs</b>, allocating a new common_digests_t as - * neeeded. */ + * needed. */ static common_digests_t * detached_get_digests(ns_detached_signatures_t *sigs, const char *flavor_name) { @@ -4041,7 +4041,7 @@ detached_get_digests(ns_detached_signatures_t *sigs, const char *flavor_name) /** Return the list of signatures of the <b>flavor_name</b>-flavored * networkstatus according to the detached signatures document <b>sigs</b>, - * allocating a new common_digests_t as neeeded. */ + * allocating a new common_digests_t as needed. */ static smartlist_t * detached_get_signatures(ns_detached_signatures_t *sigs, const char *flavor_name) |