From: Ben Gadbois Date: Tue, 6 Sep 2016 23:43:29 +0000 (-0700) Subject: Comment typo (#110) X-Git-Tag: v1.0.0~595 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=e34891f42bbac261f3d208945ebf352e83d3fc67;p=btrtrc.git Comment typo (#110) --- diff --git a/metainfo/magnet.go b/metainfo/magnet.go index 2d99ccca..8da585be 100644 --- a/metainfo/magnet.go +++ b/metainfo/magnet.go @@ -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: