forked from premiere/premiere-libtorrent
fix typos
This commit is contained in:
parent
7a34b27499
commit
2e6f374319
|
@ -141,7 +141,7 @@ TORRENT_TEST(auto_unchoke)
|
||||||
{
|
{
|
||||||
using namespace libtorrent;
|
using namespace libtorrent;
|
||||||
|
|
||||||
// in case the previous run was t r catch (std::exception&) {}erminated
|
// in case the previous run was terminated
|
||||||
error_code ec;
|
error_code ec;
|
||||||
remove_all("./tmp1_unchoke", ec);
|
remove_all("./tmp1_unchoke", ec);
|
||||||
remove_all("./tmp2_unchoke", ec);
|
remove_all("./tmp2_unchoke", ec);
|
||||||
|
|
Loading…
Reference in New Issue