Merge pull request #4829 from yyforyongyu/typo-fix

multi: Typo fix
This commit is contained in:
Johan T. Halseth
2020-12-10 13:55:35 +01:00
committed by GitHub
23 changed files with 60 additions and 60 deletions

View File

@@ -15,7 +15,7 @@ const (
ErrMaxPendingChannels FundingError = 1
// ErrSynchronizingChain is returned by a remote peer that receives a
// channel update or a funding request while their still syncing to the
// channel update or a funding request while it's still syncing to the
// latest state of the blockchain.
ErrSynchronizingChain FundingError = 2
@@ -39,7 +39,7 @@ func (e FundingError) String() string {
}
}
// Error returns the human redable version of the target FundingError.
// Error returns the human readable version of the target FundingError.
//
// NOTE: Satisfies the Error interface.
func (e FundingError) Error() string {