aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorMatt <[email protected]>2016-02-04 17:15:20 -0600
committerMatt <[email protected]>2016-02-04 17:15:20 -0600
commit0830552673e37142599de897e87510f2f9866e1e (patch)
tree1416cb05a36d48d318c99f19238e3f6dc40b4736 /src/net.h
parentMerge #7349: Build against system UniValue when available (diff)
downloaddiscoin-0830552673e37142599de897e87510f2f9866e1e.tar.xz
discoin-0830552673e37142599de897e87510f2f9866e1e.zip
Fix spelling: misbeha{b,v}ing
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 5f249c445..833c9cf07 100644
--- a/src/net.h
+++ b/src/net.h
@@ -302,7 +302,7 @@ public:
{
switch (banReason) {
case BanReasonNodeMisbehaving:
- return "node misbehabing";
+ return "node misbehaving";
case BanReasonManuallyAdded:
return "manually added";
default: