Browse Source

Fix spelling: misbeha{b,v}ing

0.13
Matt 9 years ago
parent
commit
0830552673
  1. 2
      src/net.h

2
src/net.h

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

Loading…
Cancel
Save