Skip to content

Commit

Permalink
Merge pull request bitcoin#918 from nomnombtc/patch-1
Browse files Browse the repository at this point in the history
fix typo src/net.cpp
  • Loading branch information
sipa committed Mar 5, 2012
2 parents f2e81ba + f8c478c commit 4585d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.cpp
Expand Up @@ -813,7 +813,7 @@ void ThreadSocketHandler2(void* parg)
}
else if (CNode::IsBanned(addr))
{
printf("connetion from %s dropped (banned)\n", addr.ToString().c_str());
printf("connection from %s dropped (banned)\n", addr.ToString().c_str());
closesocket(hSocket);
}
else
Expand Down

0 comments on commit 4585d82

Please sign in to comment.