From a8237823e228a5346cecd595a94ebf2b741137e8 Mon Sep 17 00:00:00 2001 From: Rubber-Duckie <53319864+rubber-duckie-au@users.noreply.github.com> Date: Mon, 12 Oct 2020 18:04:15 +1100 Subject: [PATCH] [Trivial} - Spelling fix on ban node reason [Trivial] - Spelling fix on ban node reason --- src/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: