typofixes (found by misspell_fixer)

This commit is contained in:
Veres Lajos
2015-08-09 00:17:27 +01:00
parent a4fe57da62
commit 9f68ed6b6d
20 changed files with 23 additions and 23 deletions

View File

@@ -2319,7 +2319,7 @@ void DumpBanlist()
{
int64_t nStart = GetTimeMillis();
CNode::SweepBanned(); //clean unused entires (if bantime has expired)
CNode::SweepBanned(); //clean unused entries (if bantime has expired)
CBanDB bandb;
banmap_t banmap;