summaryrefslogtreecommitdiff
path: root/crates/tor-config
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-config')
-rw-r--r--crates/tor-config/src/misc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-config/src/misc.rs b/crates/tor-config/src/misc.rs
index 248fdabcb..5390643ff 100644
--- a/crates/tor-config/src/misc.rs
+++ b/crates/tor-config/src/misc.rs
@@ -176,7 +176,7 @@ macro_rules! impl_not_auto_value {
/// value for the `foo` option.
///
/// For example, f field `foo` defaults to `13` if feature `bar` is enabled,
-/// and `9000` otherise, a configuration with `foo` set to `"auto"` will
+/// and `9000` otherwise, a configuration with `foo` set to `"auto"` will
/// behave in the "default" way regardless of which features are enabled.
///
/// ```rust,ignore