Browse Source

Fix various typos

Found via `codespell -q 3 -S *.ts`.
PR #15520.
adaptive-webui-19844
luzpaz 3 years ago committed by GitHub
parent
commit
4d480b8761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/gui/transferlistsortmodel.cpp
  2. 2
      src/searchengine/nova3/socks.py

2
src/gui/transferlistsortmodel.cpp

@ -222,7 +222,7 @@ int TransferListSortModel::compare(const QModelIndex &left, const QModelIndex &r @@ -222,7 +222,7 @@ int TransferListSortModel::compare(const QModelIndex &left, const QModelIndex &r
}
default:
Q_ASSERT_X(false, Q_FUNC_INFO, "Missing comparsion case");
Q_ASSERT_X(false, Q_FUNC_INFO, "Missing comparison case");
break;
}

2
src/searchengine/nova3/socks.py

@ -154,7 +154,7 @@ class socksocket(socket.socket): @@ -154,7 +154,7 @@ class socksocket(socket.socket):
addr - The address of the server (IP or DNS).
port - The port of the server. Defaults to 1080 for SOCKS
servers and 8080 for HTTP proxy servers.
rdns - Should DNS queries be preformed on the remote side
rdns - Should DNS queries be performed on the remote side
(rather than the local side). The default is True.
Note: This has no effect with SOCKS4 servers.
username - Username to authenticate with to the server.

Loading…
Cancel
Save