diff options
Diffstat (limited to 'crates/arti')
| -rw-r--r-- | crates/arti/src/rpc/conntarget.rs | 2 | ||||
| -rw-r--r-- | crates/arti/src/subcommands/hsc.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/arti/src/rpc/conntarget.rs b/crates/arti/src/rpc/conntarget.rs index ff40db3e7..0da703820 100644 --- a/crates/arti/src/rpc/conntarget.rs +++ b/crates/arti/src/rpc/conntarget.rs @@ -11,7 +11,7 @@ use tor_rtcompat::Runtime; /// Wrapper around an RPC object that can be used as a connection target, /// or around a TorClient if no RPC object is given. /// -/// Provides an API similar to TorClient, for use when opening SOCKS connetions. +/// Provides an API similar to TorClient, for use when opening SOCKS connections. pub(crate) enum ConnTarget<R: Runtime> { /// An RPC object with accompanying context. Rpc { 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. |
