[Asterisk-code-review] spelling: identifier (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:09:45 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16955 )


Change subject: spelling: identifier
......................................................................

spelling: identifier

Change-Id: I57acab894d917d8bc01303704c793d2132a3fa01
---
M channels/chan_mgcp.c
M res/res_stir_shaken.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/55/16955/1

diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index 5ddd8b3..e13b8d0 100644
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -3711,7 +3711,7 @@
 		if (ast_strlen_zero(req.endpoint) ||
 			ast_strlen_zero(req.version) ||
 			ast_strlen_zero(req.verb)) {
-			ast_log(LOG_NOTICE, "Message must have a verb, an idenitifier, version, and endpoint\n");
+			ast_log(LOG_NOTICE, "Message must have a verb, an identifier, version, and endpoint\n");
 			return 1;
 		}
 		/* Process request, with iflock held */
diff --git a/res/res_stir_shaken.c b/res/res_stir_shaken.c
index 373a1a1..eb5ba55 100644
--- a/res/res_stir_shaken.c
+++ b/res/res_stir_shaken.c
@@ -233,7 +233,7 @@
 
 /* The datastore struct holding verification information for the channel */
 struct stir_shaken_datastore {
-	/* The identitifier for the STIR/SHAKEN verification */
+	/* The identifier for the STIR/SHAKEN verification */
 	char *identity;
 	/* The attestation value */
 	char *attestation;

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16955
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I57acab894d917d8bc01303704c793d2132a3fa01
Gerrit-Change-Number: 16955
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/c0a951c1/attachment.html>


More information about the asterisk-code-review mailing list