[Asterisk-code-review] spelling: declension (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:06:01 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16853 )
Change subject: spelling: declension
......................................................................
spelling: declension
Change-Id: Ifeb5165714b0276c34c1b98369da10a26e3c100e
---
M main/say.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/53/16853/1
diff --git a/main/say.c b/main/say.c
index c38a89e..ae970c3 100644
--- a/main/say.c
+++ b/main/say.c
@@ -1014,7 +1014,7 @@
if (res)
return res;
}
- if ( left >= 5 ) { /* >= 5 have the same declesion */
+ if ( left >= 5 ) { /* >= 5 have the same declension */
snprintf(fn, sizeof(fn), "digits/5_E%d", length - 1);
} else if ( left >= 2 && left <= 4 ) {
snprintf(fn, sizeof(fn), "digits/2-4_E%d", length - 1);
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16853
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ifeb5165714b0276c34c1b98369da10a26e3c100e
Gerrit-Change-Number: 16853
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/92c3ae07/attachment.html>
More information about the asterisk-code-review
mailing list