Merge #7469: net.h fix spelling: misbeha{b,v}ing

0830552 Fix spelling: misbeha{b,v}ing (Matt)
This commit is contained in:
Wladimir J. van der Laan 2016-02-05 10:59:38 +01:00
commit e7eeb945cd
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ public:
{
switch (banReason) {
case BanReasonNodeMisbehaving:
return "node misbehabing";
return "node misbehaving";
case BanReasonManuallyAdded:
return "manually added";
default: