diff options
author | Roger Dingledine <arma@torproject.org> | 2015-10-04 12:28:25 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2015-10-04 12:28:25 -0400 |
commit | c9cb5516ab3380f266c7f5db68899cb4cff49202 (patch) | |
tree | fdf24ad40bcb270cfc903b58970bb35e70dfb3a0 /src/or | |
parent | 3c6782395743a089e192867ddbf44549cfeca015 (diff) | |
download | tor-c9cb5516ab3380f266c7f5db68899cb4cff49202.tar.gz tor-c9cb5516ab3380f266c7f5db68899cb4cff49202.zip |
fix easy typo
Diffstat (limited to 'src/or')
-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 a80cd55b53..651d8bed0c 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4015,7 +4015,7 @@ typedef struct { char *ConsensusParams; /** Authority only: minimum number of measured bandwidths we must see - * before we only beliee measured bandwidths to assign flags. */ + * before we only believe measured bandwidths to assign flags. */ int MinMeasuredBWsForAuthToIgnoreAdvertised; /** The length of time that we think an initial consensus should be fresh. |