typo: s/paranthesis/parenthesis/ in a comment

Change-Id: I7c1f4eb051177ee22cbe97e063d4a3effe29be30
changes/68/4168/1
Pascal Cadotte Michaud 10 years ago
parent e03364c40a
commit 1d277e7cb6
No known key found for this signature in database
GPG Key ID: DF0BAE312697CC75

@ -327,7 +327,7 @@ int ast_format_cap_update_by_allow_disallow(struct ast_format_cap *cap, const ch
parse = ast_strdupa(list);
/* 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
*/
if (parse[0] == '(' && parse[strlen(parse) - 1] == ')') {

Loading…
Cancel
Save