From 6a7b9d1c4c8deae4365eb6b758577341de1ec91a Mon Sep 17 00:00:00 2001 From: arvidn Date: Wed, 7 Oct 2015 00:46:28 -0400 Subject: [PATCH] typo --- include/libtorrent/torrent_status.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/torrent_status.hpp b/include/libtorrent/torrent_status.hpp index bfccdedd2..d480459d0 100644 --- a/include/libtorrent/torrent_status.hpp +++ b/include/libtorrent/torrent_status.hpp @@ -62,7 +62,7 @@ namespace libtorrent torrent_status& operator=(torrent_status const&) = default; #endif - // compres if the torrent status objects come from the same torrent. i.e. + // compares if the torrent status objects come from the same torrent. i.e. // only the torrent_handle field is compared. bool operator==(torrent_status const& st) const { return handle == st.handle; }