diff options
Diffstat (limited to 'crates/arti/src/subcommands')
| -rw-r--r-- | crates/arti/src/subcommands/hsc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/arti/src/subcommands/hsc.rs b/crates/arti/src/subcommands/hsc.rs index 446dcde99..9c139228f 100644 --- a/crates/arti/src/subcommands/hsc.rs +++ b/crates/arti/src/subcommands/hsc.rs @@ -10,7 +10,7 @@ use tor_rtcompat::Runtime; use std::fs::OpenOptions; use std::io; -/// The hsc subcommands the arti CLI will be augumented with. +/// The hsc subcommands the arti CLI will be augmented with. #[derive(Parser, Debug)] pub(crate) enum HscSubcommands { /// Run state management commands for an Arti hidden service client. |
