diff --git a/main/format_cap.c b/main/format_cap.c
index 013b7bea1bfc5e94427c83247b101b8ee5aa4b92..ed7afc229a899200b534795f8648453babcfc25d 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] == ')') {