mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-01 18:09:41 +00:00
docs: Fix various typos in main/
Found via `codespell -q 3 -S "./CREDITS" -L abd,asent,atleast,childrens,contentn,crypted,dne,durationm,exten,inout,leapyear,nd,oclock,offsetp,ot,parm,parms,requestor,ser,slanguage,slin,thirdparty,varn,varns,ues`
This commit is contained in:
@@ -104,7 +104,7 @@ static void score_address(const struct sockaddr_in *sin, struct in_addr *best_ad
|
||||
/* RFC 3330 Test network */
|
||||
} else if (strncmp(address, "192.0.2.", 8) == 0) {
|
||||
score = -15;
|
||||
/* Every other address should be publically routable */
|
||||
/* Every other address should be publicly routable */
|
||||
} else {
|
||||
score = 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user