fix spelling of advertise in src and doc

This commit is contained in:
jloughry
2016-02-12 11:35:32 -07:00
parent 80d1f2e483
commit 37767fd46f
5 changed files with 10 additions and 10 deletions

View File

@@ -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);