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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:07:21 CDT 2021


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


Change subject: spelling: emailaddress
......................................................................

spelling: emailaddress

Change-Id: I6b9adaa4b5c2429f48f537a7313306512a28ba30
---
M apps/app_minivm.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/98/16898/1

diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index 7e159e4..cd64545 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -2954,7 +2954,7 @@
 		ast_copy_string(template->dateformat, chanvar, sizeof(template->dateformat));
 	if ((chanvar = ast_variable_retrieve(cfg, "general", "emailfromstring")))
 		ast_copy_string(template->fromaddress, chanvar, sizeof(template->fromaddress));
-	if ((chanvar = ast_variable_retrieve(cfg, "general", "emailaaddress")))
+	if ((chanvar = ast_variable_retrieve(cfg, "general", "emailaddress")))
 		ast_copy_string(template->serveremail, chanvar, sizeof(template->serveremail));
 	if ((chanvar = ast_variable_retrieve(cfg, "general", "emailcharset")))
 		ast_copy_string(template->charset, chanvar, sizeof(template->charset));

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I6b9adaa4b5c2429f48f537a7313306512a28ba30
Gerrit-Change-Number: 16898
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/e7ce66de/attachment.html>


More information about the asterisk-code-review mailing list