[asterisk-commits] typo: s/paranthesis/parenthesis/ in a comment (asterisk[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Oct 24 18:21:09 CDT 2016
Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/4168 )
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(-)
Approvals:
Kevin Harwell: Looks good to me, but someone else must approve
George Joseph: Looks good to me, approved
Anonymous Coward #1000019: Verified
diff --git a/main/format_cap.c b/main/format_cap.c
index 013b7be..ed7afc2 100644
--- a/main/format_cap.c
+++ b/main/format_cap.c
@@ -327,7 +327,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/4168
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7c1f4eb051177ee22cbe97e063d4a3effe29be30
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: Pascal Cadotte Michaud <pcadotte at proformatique.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
More information about the asterisk-commits
mailing list