]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
typo: s/paranthesis/parenthesis/ in a comment 70/4170/1
authorPascal Cadotte Michaud <pcadotte@proformatique.com>
Mon, 24 Oct 2016 19:13:43 +0000 (15:13 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 24 Oct 2016 22:48:17 +0000 (17:48 -0500)
Change-Id: I7c1f4eb051177ee22cbe97e063d4a3effe29be30

main/format_cap.c

index 5d8a6e5852024900bbcfe9faf7f770b800f17ed1..fc56866526a834ec01bb0d0f129b6ad39278d7ea 100644 (file)
@@ -361,7 +361,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] == ')') {