Comment typo (#110)

This commit is contained in:
Ben Gadbois 2016-09-06 16:43:29 -07:00 committed by Matt Joiner
parent 1100aaa553
commit e34891f42b
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ func ParseMagnetURI(uri string) (m Magnet, err error) {
infoHash := xt[len(xtPrefix):]
// BTIH hash can be in HEX or BASE32 encoding
// will assign apropriate func judging from symbol length
// will assign appropriate func judging from symbol length
var decode func(dst, src []byte) (int, error)
switch len(infoHash) {
case 40: