diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-04-13 16:05:03 +0200 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-04-13 16:05:03 +0200 |
commit | d9c37187e69fb48922cada37d1fcf80f16ad5d2d (patch) | |
tree | 0a3b54af1a24a08e27f6ff12b45c007107c2658e /libs/libtorrent | |
parent | f9f3a364b9c6c247fcb197db025f2552538d0466 (diff) |
libs: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'libs/libtorrent')
-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 |