multi: fix various typos in comments

This commit is contained in:
maurycy
2018-09-06 10:48:46 +02:00
parent dcd8190c80
commit ac24b12bf2
24 changed files with 37 additions and 37 deletions

View File

@@ -705,7 +705,7 @@ type OpenChannelParams struct {
// unconfirmed outputs to fund the channel.
SpendUnconfirmed bool
// MinHtlc is the htlc_minumum_msat value set when opening the channel.
// MinHtlc is the htlc_minimum_msat value set when opening the channel.
MinHtlc lnwire.MilliSatoshi
}