[Asterisk-code-review] spelling: authenticated (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:04:05 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16755 )
Change subject: spelling: authenticated
......................................................................
spelling: authenticated
Change-Id: I6c312f5ac2f3b1cb3958a63b13d86417c9ec03c6
---
M apps/app_osplookup.c
M pbx/pbx_dundi.c
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/55/16755/1
diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c
index f80324f..221b7ee 100644
--- a/apps/app_osplookup.c
+++ b/apps/app_osplookup.c
@@ -1328,7 +1328,7 @@
* \param called Called number
* \param token OSP token, may be empty
* \param timelimit Call duration limit, output
- * \return OSP_OK Authenricated, OSP_FAILED Unauthenticated, OSP_ERROR Error
+ * \return OSP_OK Authenticated, OSP_FAILED Unauthenticated, OSP_ERROR Error
*/
static int osp_auth(
const char* name,
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index fdba421..64e5365 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -1646,7 +1646,7 @@
} else
hasauth = 1;
if (hasauth) {
- /* Okay we're authentiated and all, now we check if they're authorized */
+ /* Okay we're authenticated and all, now we check if they're authorized */
if (!ies.called_context)
ies.called_context = "e164";
if (cmd == DUNDI_COMMAND_EIDQUERY) {
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16755
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I6c312f5ac2f3b1cb3958a63b13d86417c9ec03c6
Gerrit-Change-Number: 16755
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/16d4667a/attachment.html>
More information about the asterisk-code-review
mailing list