Commit 1572fc52 authored by Nick Mathewson's avatar Nick Mathewson 🦞
Browse files

spelling fix

parent 023ff75a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -445,7 +445,7 @@ pub enum ErrorKind {
    /// This kind of error usually indicates that the piece of code you're using
    /// was told to stop some or all of its in-progress tasks.
    ///
    /// Normally this kind of error ought to be expected and hancled, rather than
    /// Normally this kind of error ought to be expected and handled, rather than
    /// shown to a user.
    #[display(fmt = "operation canceled")]
    Canceled,