diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-27 16:31:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-27 16:31:48 -0500 |
commit | 1e61b45251bd2895e0448fcf283e4f7e05355f28 (patch) | |
tree | 33ea82d91d659876d2750535b52fc46a041c39b1 /src/or/or.h | |
parent | ddfdeb5659be17b3e7a4c34b749207bdeae5124a (diff) | |
download | tor-1e61b45251bd2895e0448fcf283e4f7e05355f28.tar.gz tor-1e61b45251bd2895e0448fcf283e4f7e05355f28.zip |
Fixes on prop227 comments, based on comments by mcs on #10395
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 228738faab..33fc1a46b1 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2456,7 +2456,7 @@ typedef struct networkstatus_t { /** Vote only: what methods is this voter willing to use? */ smartlist_t *supported_methods; - /** List of 'package' lines describing hashes of downloadable pacakges */ + /** List of 'package' lines describing hashes of downloadable packages */ smartlist_t *package_lines; /** How long does this vote/consensus claim that authorities take to |