diff options
Diffstat (limited to 'libs/libtorrent/Makefile')
-rw-r--r-- | libs/libtorrent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libtorrent/Makefile b/libs/libtorrent/Makefile index 6b41e87b8..eb059e0f7 100644 --- a/libs/libtorrent/Makefile +++ b/libs/libtorrent/Makefile @@ -35,7 +35,7 @@ endef define Package/libtorrent/description LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other - implementations by transfering directly from file pages to the network stack. + implementations by transferring directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed of the official client. endef |