Fixes spellings and typos

Thank goes to
Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2017-03-03 04:28:20 +00:00 committed by Simone Mainardi
parent 0b29b4b7ed
commit 78e78c018c
75 changed files with 212 additions and 212 deletions

View file

@ -40,7 +40,7 @@ class AddressResolution {
inline u_int8_t getNumLocalNetworks() { return localNetworks.getNumAddresses(); };
inline char *get_local_network(u_int8_t id) { return localNetworks.getAddressString(id); };
bool setLocalNetworks(char *rule);
int16_t findAddress(int family, void *addr); /* if(rc > 0) networdId else notfound */
int16_t findAddress(int family, void *addr); /* if(rc > 0) networkId else notfound */
void setLocalNetwork(char *net) { localNetworks.addAddresses(net); };
void getLocalNetworks(lua_State* vm);
inline void dump() { localNetworks.dump(); }