mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 10:22:46 +00:00
typo: s/paranthesis/parenthesis/ in a comment
Change-Id: I7c1f4eb051177ee22cbe97e063d4a3effe29be30
This commit is contained in:
committed by
George Joseph
parent
c2036c827c
commit
640203802e
@@ -361,7 +361,7 @@ int ast_format_cap_update_by_allow_disallow(struct ast_format_cap *cap, const ch
|
|||||||
parse = ast_strdupa(list);
|
parse = ast_strdupa(list);
|
||||||
|
|
||||||
/* If the list is being fed to us as a result of ast_format_cap_get_names,
|
/* If the list is being fed to us as a result of ast_format_cap_get_names,
|
||||||
* strip off the paranthesis and immediately apply the inverse of the
|
* strip off the parenthesis and immediately apply the inverse of the
|
||||||
* allowing option
|
* allowing option
|
||||||
*/
|
*/
|
||||||
if (parse[0] == '(' && parse[strlen(parse) - 1] == ')') {
|
if (parse[0] == '(' && parse[strlen(parse) - 1] == ')') {
|
||||||
|
Reference in New Issue
Block a user