From: Matt Joiner Date: Tue, 25 Oct 2016 08:57:35 +0000 (+1100) Subject: storage: Fix spelling mistake X-Git-Tag: v1.0.0~547 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=3814a50fa07b5be6d565beadfd2ddede695c136f;p=btrtrc.git storage: Fix spelling mistake --- diff --git a/storage/interface.go b/storage/interface.go index 132d4c85..982b8eed 100644 --- a/storage/interface.go +++ b/storage/interface.go @@ -20,7 +20,7 @@ type TorrentImpl interface { // Interacts with torrent piece data. type PieceImpl interface { // These interfaces are not as strict as normally required. They can - // assume that the parameters are appropriate for the dimentions of the + // assume that the parameters are appropriate for the dimensions of the // piece. io.ReaderAt io.WriterAt