From 2e086d13c3b7ba07f1bcbb5e1bcb45f8eaa2bfde Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 1 Apr 2021 15:06:55 -0400 Subject: [PATCH] f fix comment spelling --- lightning/src/util/events.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index ffd76177..3065334f 100644 --- a/lightning/src/util/events.rs +++ b/lightning/src/util/events.rs @@ -109,14 +109,14 @@ pub enum Event { /// retry the payment via a different route. /// /// Note that if the destination node returned garbage which we were unable to - /// understanding, this will *not* be set, indicating that retrying the payment over + /// understand, this will *not* be set, indicating that retrying the payment over /// another path is unlikely to solve the issue. rejected_by_dest: bool, /// Indicates the payment was rejected by the first hop in the route. This may be useful to /// detect when an otherwise-trusted peer rejected a payment. /// - /// Note that this is not set if we reject the payment ourselves (eg because our connection - /// to the next-hop peer was closed). + /// Note that this is not set if we reject the payment ourselves (e.g. because our + /// connection to the next-hop peer was closed). rejected_by_first_hop: bool, #[cfg(test)] error_code: Option, -- 2.30.2