]> Sergey Matveev's repositories - btrtrc.git/commitdiff
storage: Fix spelling mistake
authorMatt Joiner <anacrolix@gmail.com>
Tue, 25 Oct 2016 08:57:35 +0000 (19:57 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 25 Oct 2016 08:57:35 +0000 (19:57 +1100)
storage/interface.go

index 132d4c856dd559cf9e4f46c0ffb8b969b1c0dd7a..982b8eed4b79f8905ddcef96b58989bc424470ac 100644 (file)
@@ -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