diff options
author | Roger Dingledine <arma@torproject.org> | 2018-02-07 12:22:29 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2018-02-07 12:22:29 -0500 |
commit | a7440d9c9df1141a5ff52c1358bc28a8bb27bea3 (patch) | |
tree | eab3a60021db7ade469173cb0c4c6076368b0dd0 /src/or/or.h | |
parent | 78382d557ab3da0b11f4fbda829f463067fc808f (diff) | |
download | tor-a7440d9c9df1141a5ff52c1358bc28a8bb27bea3.tar.gz tor-a7440d9c9df1141a5ff52c1358bc28a8bb27bea3.zip |
more fixes for typos, grammar, whitespace, etc
some of these ought to have been noticed by the "misspell" tool,
so if anybody is debugging it, here are some bug reports :)
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 51f7d4333a..03efdd1d81 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -5380,7 +5380,7 @@ typedef struct rend_intro_point_t { */ int accepted_introduce2_count; - /** (Service side only) Number of maximum INTRODUCE2 cells that this IP + /** (Service side only) Maximum number of INTRODUCE2 cells that this IP * will accept. This is a random value between * INTRO_POINT_MIN_LIFETIME_INTRODUCTIONS and * INTRO_POINT_MAX_LIFETIME_INTRODUCTIONS. */ |