From e34891f42bbac261f3d208945ebf352e83d3fc67 Mon Sep 17 00:00:00 2001 From: Ben Gadbois Date: Tue, 6 Sep 2016 16:43:29 -0700 Subject: [PATCH] Comment typo (#110) --- metainfo/magnet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.50.0