diff options
author | jloughry <joe.loughry@gmail.com> | 2016-02-12 11:35:32 -0700 |
---|---|---|
committer | jloughry <joe.loughry@gmail.com> | 2016-02-12 12:51:54 -0700 |
commit | 37767fd46f673a06864df6e14d3030622b1cb2c9 (patch) | |
tree | 0d7af548f6da69f26498aeb00a9bfdeeb887a6b6 /src/net.h | |
parent | 80d1f2e48364f05b2cdf44239b3a1faa0277e58e (diff) |
fix spelling of advertise in src and doc
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |