From a78e13929eebc280b47dc2bf7922387a78660cef Mon Sep 17 00:00:00 2001 From: Alex Bosworth Date: Sun, 6 Jan 2019 11:39:12 -0800 Subject: [PATCH] lnwallet: fix trivial comment typo --- lnwallet/channel.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lnwallet/channel.go b/lnwallet/channel.go index 4cd21cf0..6175b36e 100644 --- a/lnwallet/channel.go +++ b/lnwallet/channel.go @@ -301,7 +301,7 @@ type PaymentDescriptor struct { // ShaOnionBlob is a sha of the onion blob. // - // NOTE: Populated only in payment descriptor with MalfromedFail type. + // NOTE: Populated only in payment descriptor with MalformedFail type. ShaOnionBlob [sha256.Size]byte // FailReason stores the reason why a particular payment was cancelled. @@ -311,7 +311,7 @@ type PaymentDescriptor struct { // FailCode stores the code why a particular payment was cancelled. // - // NOTE: Populated only in payment descriptor with MalfromedFail type. + // NOTE: Populated only in payment descriptor with MalformedFail type. FailCode lnwire.FailCode // [our|their|]PkScript are the raw public key scripts that encodes the