Skip to content

Commit 7b956ed

Browse files
committed
Fix typo in ban reason output
1 parent 396502f commit 7b956ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class CBanEntry
264264
{
265265
switch (banReason) {
266266
case BanReasonNodeMisbehaving:
267-
return "node misbehabing";
267+
return "node misbehaving";
268268
case BanReasonManuallyAdded:
269269
return "manually added";
270270
default:

0 commit comments

Comments
 (0)