[Asterisk-code-review] spelling: advanced (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:03:14 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16708 )
Change subject: spelling: advanced
......................................................................
spelling: advanced
Change-Id: I7addc4b7dbd7c85f48e4a196bc801fbf34ef68c5
---
M apps/app_voicemail.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/08/16708/1
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index cb70ed6..759a565 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -7372,7 +7372,7 @@
bytes = 0;
bytes += ast_adsi_load_soft_key(buf + bytes, ADSI_KEY_APPS + 0, "Listen", "Listen", "1", 1);
bytes += ast_adsi_load_soft_key(buf + bytes, ADSI_KEY_APPS + 1, "Folder", "Folder", "2", 1);
- bytes += ast_adsi_load_soft_key(buf + bytes, ADSI_KEY_APPS + 2, "Advanced", "Advnced", "3", 1);
+ bytes += ast_adsi_load_soft_key(buf + bytes, ADSI_KEY_APPS + 2, "Advanced", "Advanced", "3", 1);
bytes += ast_adsi_load_soft_key(buf + bytes, ADSI_KEY_APPS + 3, "Options", "Options", "0", 1);
bytes += ast_adsi_load_soft_key(buf + bytes, ADSI_KEY_APPS + 4, "Help", "Help", "*", 1);
bytes += ast_adsi_load_soft_key(buf + bytes, ADSI_KEY_APPS + 5, "Exit", "Exit", "#", 1);
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16708
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I7addc4b7dbd7c85f48e4a196bc801fbf34ef68c5
Gerrit-Change-Number: 16708
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/593e7147/attachment.html>
More information about the asterisk-code-review
mailing list