Browse Source

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

0830552 Fix spelling: misbeha{b,v}ing (Matt)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
e7eeb945cd
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      src/net.h

2
src/net.h

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

Loading…
Cancel
Save