From 3814a50fa07b5be6d565beadfd2ddede695c136f Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 25 Oct 2016 19:57:35 +1100 Subject: [PATCH] storage: Fix spelling mistake --- storage/interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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