From: Pascal Cadotte Michaud Date: Mon, 24 Oct 2016 19:13:43 +0000 (-0400) Subject: typo: s/paranthesis/parenthesis/ in a comment X-Git-Tag: 14.2.0-rc1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb342298cd180171a3d43db36dee751989749f8d;p=thirdparty%2Fasterisk.git typo: s/paranthesis/parenthesis/ in a comment Change-Id: I7c1f4eb051177ee22cbe97e063d4a3effe29be30 --- diff --git a/main/format_cap.c b/main/format_cap.c index 013b7bea1b..ed7afc229a 100644 --- a/main/format_cap.c +++ b/main/format_cap.c @@ -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] == ')') {