diff options
Diffstat (limited to 'crates/tor-hsclient')
| -rw-r--r-- | crates/tor-hsclient/src/relay_info.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-hsclient/src/relay_info.rs b/crates/tor-hsclient/src/relay_info.rs index da13eea03..85238d43f 100644 --- a/crates/tor-hsclient/src/relay_info.rs +++ b/crates/tor-hsclient/src/relay_info.rs @@ -82,8 +82,8 @@ pub(crate) fn ipt_to_circtarget( #[non_exhaustive] pub enum InvalidTarget { /// The provided link specifiers included some that, when we tried to parse - /// them, proved to be misformed. - #[error("Misformed channel target information provided")] + /// them, proved to be malformed. + #[error("Malformed channel target information provided")] UnparseableChanTargetInfo(#[from] tor_bytes::Error), /// The provided link specifiers were inconsistent with one another, or missing |
