summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-keymgr/src/config.rs')
-rw-r--r--crates/tor-keymgr/src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-keymgr/src/config.rs b/crates/tor-keymgr/src/config.rs
index 0c210fc8b..9b0485560 100644
--- a/crates/tor-keymgr/src/config.rs
+++ b/crates/tor-keymgr/src/config.rs
@@ -331,7 +331,7 @@ impl ArtiKeystoreConfigBuilder {
}
let () = match self.primary.kind {
- // only enabled OR kind may be set, and when keymgr is not enabeld they must be false|disabled
+ // only enabled OR kind may be set, and when keymgr is not enabled they must be false|disabled
None | Some(EoA::Auto) => Ok(()),
_ => Err(ConfigBuildError::Inconsistent {
fields: ["enabled", "kind"].map(Into::into).into_iter().collect(),