From 9cb31e664ab2976a54a70176225ecedb8e3ef166 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 4 Feb 2016 17:15:20 -0600 Subject: [PATCH] Fix spelling: misbeha{b,v}ing Github-Pull: #7469 Rebased-From: 0830552673e37142599de897e87510f2f9866e1e --- src/net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net.h b/src/net.h index 033b4154a..07083341d 100644 --- a/src/net.h +++ b/src/net.h @@ -299,7 +299,7 @@ public: { switch (banReason) { case BanReasonNodeMisbehaving: - return "node misbehabing"; + return "node misbehaving"; case BanReasonManuallyAdded: return "manually added"; default: