Skip to content

Commit

Permalink
fix typo src/net.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nomnombtc committed Mar 5, 2012
1 parent f2e81ba commit f8c478c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.cpp
Original file line number Diff line number Diff line change
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 f8c478c

Please sign in to comment.