mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +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
@@ -271,9 +271,9 @@ static char *handle_show_application(struct ast_cli_entry *e, int cmd, struct as
|
||||
return NULL;
|
||||
case CLI_GENERATE:
|
||||
/*
|
||||
* There is a possibility to show informations about more than one
|
||||
* There is a possibility to show information about more than one
|
||||
* application at one time. You can type 'show application Dial Echo' and
|
||||
* you will see informations about these two applications ...
|
||||
* you will see information about these two applications ...
|
||||
*/
|
||||
return ast_complete_applications(a->line, a->word, -1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user