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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:16:25 CDT 2021


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


Change subject: spelling: retrieving
......................................................................

spelling: retrieving

Change-Id: I5e1d123f359615ecc3ed8340850a48722ba1cfc9
---
M apps/app_externalivr.c
M funcs/func_hangupcause.c
2 files changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/apps/app_externalivr.c b/apps/app_externalivr.c
index 2e7517f..6cb3bb6 100644
--- a/apps/app_externalivr.c
+++ b/apps/app_externalivr.c
@@ -834,7 +834,7 @@
 				}
 			} else if (input[0] == EIVR_CMD_GET) {
 				char response[2048];
-				ast_verb(4, "Retriving Variables from channel: %s\n", &input[2]);
+				ast_verb(4, "Retrieving Variables from channel: %s\n", &input[2]);
 				ast_eivr_getvariable(chan, &input[2], response, sizeof(response));
 				send_eivr_event(eivr_events, 'G', response, chan);
 			} else if (input[0] == EIVR_CMD_SVAR) {
diff --git a/funcs/func_hangupcause.c b/funcs/func_hangupcause.c
index 2b4f9c5..d70e4fc 100644
--- a/funcs/func_hangupcause.c
+++ b/funcs/func_hangupcause.c
@@ -18,7 +18,7 @@
 
 /*! \file
  *
- * \brief Functions related to retreiving per-channel hangupcause information
+ * \brief Functions related to retrieving per-channel hangupcause information
  *
  * \author Kinsey Moore <kmoore at digium.com>
  * \ingroup functions

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I5e1d123f359615ecc3ed8340850a48722ba1cfc9
Gerrit-Change-Number: 17170
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/69c9a9df/attachment-0001.html>


More information about the asterisk-code-review mailing list