tor-error: typo fix in a comment.

This commit is contained in:
Nick Mathewson 2023-06-22 13:15:50 -04:00
parent 33bfa7c7a8
commit 3d4181bcd4
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ pub enum ErrorKind {
/// Something unexpected happened when trying to connect to the selected hidden service.
/// It seems to have been due to the hidden service violating the Tor protocols somehow.
#[cfg(feature = "experimental-api")]
#[display(fmt = "Onion Service protocol failed (apprently due to service behaviour)")]
#[display(fmt = "Onion Service protocol failed (apparently due to service behaviour)")]
OnionServiceProtocolViolation,
/// The target hidden service (`.onion` service) is running but we couldn't connect to it,