[Asterisk-code-review] spelling: exclamation (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:07:58 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16917 )
Change subject: spelling: exclamation
......................................................................
spelling: exclamation
Change-Id: I6e260c9dd33c0e734bd385e986bbc5192ffef01d
---
M main/say.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/17/16917/1
diff --git a/main/say.c b/main/say.c
index 66dc4d8..3b260e1 100644
--- a/main/say.c
+++ b/main/say.c
@@ -85,7 +85,7 @@
fn = "digits/pound";
break;
case ('!'):
- fn = "letters/exclaimation-point";
+ fn = "letters/exclamation-point";
break;
case ('@'):
fn = "letters/at";
@@ -227,7 +227,7 @@
fn = "digits/pound";
break;
case ('!'):
- fn = "letters/exclaimation-point";
+ fn = "letters/exclamation-point";
break;
case ('@'):
fn = "letters/at";
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16917
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I6e260c9dd33c0e734bd385e986bbc5192ffef01d
Gerrit-Change-Number: 16917
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/06960f4b/attachment.html>
More information about the asterisk-code-review
mailing list