summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/sample
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-guardmgr/src/sample')
-rw-r--r--crates/tor-guardmgr/src/sample/candidate.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-guardmgr/src/sample/candidate.rs b/crates/tor-guardmgr/src/sample/candidate.rs
index 3473ae8fa..e705c4bb0 100644
--- a/crates/tor-guardmgr/src/sample/candidate.rs
+++ b/crates/tor-guardmgr/src/sample/candidate.rs
@@ -67,7 +67,7 @@ pub(crate) enum CandidateStatus<T> {
pub(crate) struct Candidate {
/// True if the candidate is not currently disabled for use as a guard.
///
- /// (To be enabled, it must be in the lastest directory, with the Fast,
+ /// (To be enabled, it must be in the last directory, with the Fast,
/// Stable, and Guard flags.)
pub(crate) listed_as_guard: bool,
/// True if the candidate can be used as a directory cache.