diff options
author | Chris Wheeler <chris@haydenwheeler.com> | 2016-01-17 11:03:56 +0000 |
---|---|---|
committer | Chris Wheeler <chris@haydenwheeler.com> | 2016-01-17 11:03:56 +0000 |
commit | 9d263bd17c2bdd5ba9e31bd5fb110c332eb80691 (patch) | |
tree | e52d90fb446cd0039d2f39b707fe549a89234371 /src/netbase.cpp | |
parent | dd1304ec216c7d4bdb302195e184b15503819f67 (diff) |
Typo fixes in comments
Diffstat (limited to 'src/netbase.cpp')
-rw-r--r-- | src/netbase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netbase.cpp b/src/netbase.cpp index 4e1f267607..7f79dd02c6 100644 --- a/src/netbase.cpp +++ b/src/netbase.cpp @@ -140,7 +140,7 @@ bool static LookupIntern(const char *pszName, std::vector<CNetAddr>& vIP, unsign return false; do { - // Should set the timeout limit to a resonable value to avoid + // Should set the timeout limit to a reasonable value to avoid // generating unnecessary checking call during the polling loop, // while it can still response to stop request quick enough. // 2 seconds looks fine in our situation. |