[Asterisk-code-review] spelling: thousand (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:19:28 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17248 )
Change subject: spelling: thousand
......................................................................
spelling: thousand
Change-Id: I19030d6f1d343b2fe91f4aa9f84420c7fb40b084
---
M main/say.c
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/48/17248/1
diff --git a/main/say.c b/main/say.c
index 6a76534..66acda0 100644
--- a/main/say.c
+++ b/main/say.c
@@ -932,15 +932,15 @@
* - hundreds - 100 - sto, 200 - 2ste, 300,400 3,4sta, 500,600,...,900 5,6,...9set
*
* for each number 10^(3n + 3) exist 3 files represented as:
- * 1 tousand = jeden tisic = 1_E3
- * 2,3,4 tousands = dva,tri,ctyri tisice = 2-3_E3
- * 5,6,... tousands = pet,sest,... tisic = 5_E3
+ * 1 thousand = jeden tisic = 1_E3
+ * 2,3,4 thousands = dva,tri,ctyri tisice = 2-3_E3
+ * 5,6,... thousands = pet,sest,... tisic = 5_E3
*
* million = _E6
* miliard = _E9
* etc...
*
- * tousand, milion are gender male, so 1 and 2 is 1m 2m
+ * thousand, milion are gender male, so 1 and 2 is 1m 2m
* miliard is gender female, so 1 and 2 is 1w 2w
*/
static int ast_say_number_full_cs(struct ast_channel *chan, int num, const char *ints, const char *language, const char *options, int audiofd, int ctrlfd)
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17248
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I19030d6f1d343b2fe91f4aa9f84420c7fb40b084
Gerrit-Change-Number: 17248
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/aa028692/attachment.html>
More information about the asterisk-code-review
mailing list