mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 13:58:51 +03:00
Fix Typo
This commit is contained in:
parent
97fe948f6c
commit
f7dc57ee97
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ void QBtSession::configureSession() {
|
|||
qDebug("Loading country resolution settings");
|
||||
const bool new_resolv_countries = pref.resolvePeerCountries();
|
||||
if (resolve_countries != new_resolv_countries) {
|
||||
qDebug("in country reoslution settings");
|
||||
qDebug("in country resolution settings");
|
||||
resolve_countries = new_resolv_countries;
|
||||
if (resolve_countries && !geoipDBLoaded) {
|
||||
qDebug("Loading geoip database");
|
||||
|
|
Loading…
Reference in a new issue