commit c9cb5516ab3380f266c7f5db68899cb4cff49202 Author: Roger Dingledine arma@torproject.org Date: Sun Oct 4 12:28:25 2015 -0400
fix easy typo --- src/or/or.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/or.h b/src/or/or.h index a80cd55..651d8be 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.
tor-commits@lists.torproject.org