Typo fixes in comments

This commit is contained in:
Chris Wheeler
2016-01-17 11:03:56 +00:00
committed by lateminer
parent fcc23c5c63
commit ea8bac6c36
10 changed files with 12 additions and 12 deletions

View File

@@ -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.