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`

(cherry picked from commit d2bcdb71f8)
This commit is contained in:
Luz Paz
2025-02-04 05:53:17 -05:00
committed by Asterisk Development Team
parent ac843c3600
commit e9315d22ce
45 changed files with 86 additions and 86 deletions

View File

@@ -2586,7 +2586,7 @@ static int action_listcategories(struct mansession *s, const struct message *m)
ret = is_restricted_file(fn);
if (ret == 1) {
astman_send_error(s, m, "File requires escalated priveleges");
astman_send_error(s, m, "File requires escalated privileges");
return 0;
} else if (ret == -1) {
astman_send_error(s, m, "Config file not found");
@@ -5319,7 +5319,7 @@ static int action_originate(struct mansession *s, const struct message *m)
ast_string_field_set(fast, otherchannelid, assignedids.uniqueid2);
fast->vars = vars;
fast->cap = cap;
cap = NULL; /* transfered originate helper the capabilities structure. It is now responsible for freeing it. */
cap = NULL; /* transferred originate helper the capabilities structure. It is now responsible for freeing it. */
fast->timeout = to;
fast->early_media = bridge_early;
fast->priority = pi;