Fix typo in tor-guardmgr comment related to suspicious guards

This commit is contained in:
Neel Chauhan 2021-11-22 20:48:30 -08:00
parent e35a8bf60e
commit 8c80b5d869
1 changed files with 1 additions and 1 deletions

View File

@ -497,7 +497,7 @@ impl Guard {
/// If this fraction of circs are suspcious, we should disable
/// the guard.
const DISABLE_THRESHOLD: f64 = 0.7;
/// If this fractino of circuits are suspicious, we should
/// If this fraction of circuits are suspicious, we should
/// warn.
const WARN_THRESHOLD: f64 = 0.5;