2
0
mirror of synced 2025-02-23 22:28:11 +00:00

storage: Fix spelling mistake

This commit is contained in:
Matt Joiner 2016-10-25 19:57:35 +11:00
parent 27893acf34
commit 3814a50fa0

View 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