mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-04 12:12:48 +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`
(cherry picked from commit d2bcdb71f8
)
This commit is contained in:
committed by
Asterisk Development Team
parent
ac843c3600
commit
e9315d22ce
@@ -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;
|
||||
|
Reference in New Issue
Block a user