mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
Merge #7469: net.h fix spelling: misbeha{b,v}ing
0830552
Fix spelling: misbeha{b,v}ing (Matt)
This commit is contained in:
commit
e7eeb945cd
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ public:
|
|||
{
|
||||
switch (banReason) {
|
||||
case BanReasonNodeMisbehaving:
|
||||
return "node misbehabing";
|
||||
return "node misbehaving";
|
||||
case BanReasonManuallyAdded:
|
||||
return "manually added";
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue