[Asterisk-code-review] spelling: unique (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:20:41 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17270 )
Change subject: spelling: unique
......................................................................
spelling: unique
Change-Id: Ieb9620b2528c87744b5aee09eab4cdcca6ae9ba2
---
M addons/ooh323c/src/ooStackCmds.h
M addons/ooh323c/src/ooq931.c
M apps/app_sms.c
M res/prometheus/pjsip_outbound_registrations.c
4 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/70/17270/1
diff --git a/addons/ooh323c/src/ooStackCmds.h b/addons/ooh323c/src/ooStackCmds.h
index 9bb4f58..59eac58 100644
--- a/addons/ooh323c/src/ooStackCmds.h
+++ b/addons/ooh323c/src/ooStackCmds.h
@@ -134,7 +134,7 @@
/**
* This function is used by an user application to terminate a call.
- * @param callToken The uinque token for the call.
+ * @param callToken The unique token for the call.
* @param reason Reason for hanging call.
*
* @return Returns OOStkCmdStat value indication success or failure.
diff --git a/addons/ooh323c/src/ooq931.c b/addons/ooh323c/src/ooq931.c
index 34e08d3..0befd88 100644
--- a/addons/ooh323c/src/ooq931.c
+++ b/addons/ooh323c/src/ooq931.c
@@ -1197,7 +1197,7 @@
{
/* According to the spec if we are accepting olc for transmission
from called endpoint to calling endpoint, called endpoint should
- insert a unqiue forwardLogicalChannelNumber into olc
+ insert a unique forwardLogicalChannelNumber into olc
*/
olc->forwardLogicalChannelNumber = pCall->logicalChanNoCur++;
if(pCall->logicalChanNoCur > pCall->logicalChanNoMax)
diff --git a/apps/app_sms.c b/apps/app_sms.c
index 5a04f58..f14b02f 100644
--- a/apps/app_sms.c
+++ b/apps/app_sms.c
@@ -117,7 +117,7 @@
/* user ref field */
static volatile unsigned char message_ref; /* arbitrary message ref */
-static volatile unsigned int seq; /* arbitrary message sequence number for unqiue files */
+static volatile unsigned int seq; /* arbitrary message sequence number for unique files */
static char log_file[255];
diff --git a/res/prometheus/pjsip_outbound_registrations.c b/res/prometheus/pjsip_outbound_registrations.c
index 77dd870..7e76631 100644
--- a/res/prometheus/pjsip_outbound_registrations.c
+++ b/res/prometheus/pjsip_outbound_registrations.c
@@ -103,7 +103,7 @@
* \internal
* \brief Get a wrapper by its key
*
- * \param key The unqiue key for the wrapper
+ * \param key The unique key for the wrapper
*
* \retval NULL on no wrapper found :-\
* \retval wrapper on success
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17270
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ieb9620b2528c87744b5aee09eab4cdcca6ae9ba2
Gerrit-Change-Number: 17270
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/41b4f591/attachment.html>
More information about the asterisk-code-review
mailing list