diff options
Diffstat (limited to 'crates/arti/src/rpc/conntarget.rs')
| -rw-r--r-- | crates/arti/src/rpc/conntarget.rs | 2 |
1 files changed, 1 insertions, 1 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 { |
