aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorMatt <sirmatt@ksu.edu>2016-02-04 17:15:20 -0600
committerWladimir J. van der Laan <laanwj@gmail.com>2016-02-10 20:38:10 +0100
commit9cb31e664ab2976a54a70176225ecedb8e3ef166 (patch)
treee5e06a96953e021411a66d969e8be3ab7a7040d4 /src/net.h
parent889e5b3050e78614acb45ea0845dc8fd33b157bf (diff)
downloadbitcoin-9cb31e664ab2976a54a70176225ecedb8e3ef166.tar.xz
Fix spelling: misbeha{b,v}ing
Github-Pull: #7469 Rebased-From: 0830552673e37142599de897e87510f2f9866e1e
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 033b4154a8..07083341de 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: