Fix spelling: misbeha{b,v}ing

Github-Pull: #7469
Rebased-From: 0830552673e37142599de897e87510f2f9866e1e
This commit is contained in:
Matt 2016-02-04 17:15:20 -06:00 committed by Wladimir J. van der Laan
parent 889e5b3050
commit 9cb31e664a
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6

View File

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