multi: fix some recently introduced typos

This commit is contained in:
practicalswift
2018-02-07 09:30:09 +01:00
committed by Olaoluwa Osuntokun
parent 7abdd30a87
commit b8e1351cf3
8 changed files with 12 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ import (
type Sig [64]byte
// NewSigFromRawSignature returns a Sig from a Bitcoin raw signature encoded in
// the cannonical DER encoding.
// the canonical DER encoding.
func NewSigFromRawSignature(sig []byte) (Sig, error) {
var b Sig