aboutsummaryrefslogtreecommitdiff
path: root/src/netbase.cpp
diff options
context:
space:
mode:
authorrandymcmillan <randy.lee.mcmillan@gmail.com>2019-11-04 04:22:53 -0500
committerrandymcmillan <randy.lee.mcmillan@gmail.com>2019-11-04 04:22:53 -0500
commitac831339cbfa65b1f7576c53b5d9a94841db9868 (patch)
tree4a8262bfa2dd49b03261f8bc6e0e85dc189cd8bb /src/netbase.cpp
parent463eab5e1418a592036e7bf9bf46f66fe6462435 (diff)
downloadbitcoin-ac831339cbfa65b1f7576c53b5d9a94841db9868.tar.xz
doc: Fix some misspellings
Diffstat (limited to 'src/netbase.cpp')
-rw-r--r--src/netbase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/netbase.cpp b/src/netbase.cpp
index 0148aea428..d1cde8c40f 100644
--- a/src/netbase.cpp
+++ b/src/netbase.cpp
@@ -605,7 +605,7 @@ static void LogConnectFailure(bool manual_connection, const char* fmt, const Arg
* @param nTimeout Wait this many milliseconds for the connection to be
* established.
* @param manual_connection Whether or not the connection was manually requested
- * (e.g. thru the addnode RPC)
+ * (e.g. through the addnode RPC)
*
* @returns Whether or not a connection was successfully made.
*/
@@ -709,7 +709,7 @@ bool GetProxy(enum Network net, proxyType &proxyInfoOut) {
/**
* Set the name proxy to use for all connections to nodes specified by a
- * hostname. After setting this proxy, connecting to a node sepcified by a
+ * hostname. After setting this proxy, connecting to a node specified by a
* hostname won't result in a local lookup of said hostname, rather, connect to
* the node by asking the name proxy for a proxy connection to the hostname,
* effectively delegating the hostname lookup to the specified proxy.