summaryrefslogtreecommitdiff
path: root/main/format_cap.c
diff options
context:
space:
mode:
authorPascal Cadotte Michaud <pcadotte@proformatique.com>2016-10-24 15:13:43 -0400
committerPascal Cadotte Michaud <pcadotte@proformatique.com>2016-10-24 15:13:43 -0400
commit1d277e7cb6b6c209c2a355d1daa07b42478e35e0 (patch)
tree8c9bc864a0628b0d94e60cdb9ee47b6150c37153 /main/format_cap.c
parente03364c40aa073b69ca8c6652fd17a91908b9aaf (diff)
typo: s/paranthesis/parenthesis/ in a comment
Change-Id: I7c1f4eb051177ee22cbe97e063d4a3effe29be30
Diffstat (limited to 'main/format_cap.c')
-rw-r--r--main/format_cap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/format_cap.c b/main/format_cap.c
index 013b7bea1..ed7afc229 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] == ')') {