[Asterisk-code-review] typo: s/paranthesis/parenthesis/ in a comment (asterisk[13])

George Joseph asteriskteam at digium.com
Mon Oct 24 17:48:18 CDT 2016


George Joseph has uploaded a new change for review. ( https://gerrit.asterisk.org/4170 )

Change subject: typo: s/paranthesis/parenthesis/ in a comment
......................................................................

typo: s/paranthesis/parenthesis/ in a comment

Change-Id: I7c1f4eb051177ee22cbe97e063d4a3effe29be30
---
M main/format_cap.c
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/70/4170/1

diff --git a/main/format_cap.c b/main/format_cap.c
index 5d8a6e5..fc56866 100644
--- a/main/format_cap.c
+++ b/main/format_cap.c
@@ -361,7 +361,7 @@
 	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] == ')') {

-- 
To view, visit https://gerrit.asterisk.org/4170
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c1f4eb051177ee22cbe97e063d4a3effe29be30
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Pascal Cadotte Michaud <pcadotte at proformatique.com>



More information about the asterisk-code-review mailing list