diff --git a/src/net.h b/src/net.h index 33730282..eeae2763 100644 --- a/src/net.h +++ b/src/net.h @@ -273,7 +273,7 @@ class CBanEntry { switch (banReason) { case BanReasonNodeMisbehaving: - return "node misbehabing"; + return "node misbehaving"; case BanReasonManuallyAdded: return "manually added"; default: