aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorjloughry <joe.loughry@gmail.com>2016-02-12 11:35:32 -0700
committerjloughry <joe.loughry@gmail.com>2016-02-12 12:51:54 -0700
commit37767fd46f673a06864df6e14d3030622b1cb2c9 (patch)
tree0d7af548f6da69f26498aeb00a9bfdeeb887a6b6 /src/net.h
parent80d1f2e48364f05b2cdf44239b3a1faa0277e58e (diff)
downloadbitcoin-37767fd46f673a06864df6e14d3030622b1cb2c9.tar.xz
fix spelling of advertise in src and doc
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 833c9cf07c..d939ef55af 100644
--- a/src/net.h
+++ b/src/net.h
@@ -134,7 +134,7 @@ enum
};
bool IsPeerAddrLocalGood(CNode *pnode);
-void AdvertizeLocal(CNode *pnode);
+void AdvertiseLocal(CNode *pnode);
void SetLimited(enum Network net, bool fLimited = true);
bool IsLimited(enum Network net);
bool IsLimited(const CNetAddr& addr);