From 7204082088cb158354910c5eb3ac60d4868f9548 Mon Sep 17 00:00:00 2001 From: Mengyang Li Date: Wed, 22 Feb 2017 10:08:53 -0800 Subject: [PATCH] Update storage.hpp Fix typo --- include/libtorrent/storage.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/storage.hpp b/include/libtorrent/storage.hpp index 4696d1e35..393b6bd26 100644 --- a/include/libtorrent/storage.hpp +++ b/include/libtorrent/storage.hpp @@ -151,7 +151,7 @@ namespace libtorrent // but modifies some particular behavior, for instance encrypting the data // before it's written to disk, and decrypting it when it's read again. // - // The storage interface is based on pieces. Avery read and write operation + // The storage interface is based on pieces. Every read and write operation // happens in the piece-space. Each piece fits 'piece_size' number // of bytes. All access is done by writing and reading whole or partial // pieces.