[Asterisk-code-review] spelling: milliseconds (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:12:17 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17032 )
Change subject: spelling: milliseconds
......................................................................
spelling: milliseconds
Change-Id: I84150ab3696cf682bd94b0f643c1b606024754dd
---
M cdr/cdr_sqlite3_custom.c
M cel/cel_sqlite3_custom.c
M configs/samples/res_config_sqlite3.conf.sample
M include/asterisk/file.h
4 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/32/17032/1
diff --git a/cdr/cdr_sqlite3_custom.c b/cdr/cdr_sqlite3_custom.c
index 9f71c84..3520d16 100644
--- a/cdr/cdr_sqlite3_custom.c
+++ b/cdr/cdr_sqlite3_custom.c
@@ -182,7 +182,7 @@
strcpy(table, "cdr");
}
- /* sqlite3_busy_timeout in miliseconds */
+ /* sqlite3_busy_timeout in milliseconds */
if ((tmp = ast_variable_retrieve(cfg, "master", "busy_timeout")) != NULL) {
if (ast_parse_arg(tmp, PARSE_INT32|PARSE_DEFAULT, &busy_timeout, 1000) != 0) {
ast_log(LOG_WARNING, "Invalid busy_timeout value '%s' specified. Using 1000 instead.\n", tmp);
diff --git a/cel/cel_sqlite3_custom.c b/cel/cel_sqlite3_custom.c
index db38eaf..13a4060 100644
--- a/cel/cel_sqlite3_custom.c
+++ b/cel/cel_sqlite3_custom.c
@@ -188,7 +188,7 @@
strcpy(table, "cel");
}
- /* sqlite3_busy_timeout in miliseconds */
+ /* sqlite3_busy_timeout in milliseconds */
if ((tmp = ast_variable_retrieve(cfg, "master", "busy_timeout")) != NULL) {
if (ast_parse_arg(tmp, PARSE_INT32|PARSE_DEFAULT, &busy_timeout, 1000) != 0) {
ast_log(LOG_WARNING, "Invalid busy_timeout value '%s' specified. Using 1000 instead.\n", tmp);
diff --git a/configs/samples/res_config_sqlite3.conf.sample b/configs/samples/res_config_sqlite3.conf.sample
index 2588b26..862595f 100644
--- a/configs/samples/res_config_sqlite3.conf.sample
+++ b/configs/samples/res_config_sqlite3.conf.sample
@@ -29,7 +29,7 @@
;
;batch=1000
;
-; busy timeout - timeout in miliseconds to stop waiting for locked database.
+; busy timeout - timeout in milliseconds to stop waiting for locked database.
; More info at https://www.sqlite.org/c3ref/busy_timeout.html
;
;busy_timeout=1000
\ No newline at end of file
diff --git a/include/asterisk/file.h b/include/asterisk/file.h
index 7e54426..70dd2cd 100644
--- a/include/asterisk/file.h
+++ b/include/asterisk/file.h
@@ -200,7 +200,7 @@
* \param breakon string of DTMF digits to break upon
* \param forward DTMF digit to fast forward upon
* \param rewind DTMF digit to rewind upon
- * \param ms How many miliseconds to skip forward/back
+ * \param ms How many milliseconds to skip forward/back
* Begins playback of a stream...
* Wait for a stream to stop or for any one of a given digit to arrive,
* \retval 0 if the stream finishes.
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17032
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I84150ab3696cf682bd94b0f643c1b606024754dd
Gerrit-Change-Number: 17032
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/50957e81/attachment.html>
More information about the asterisk-code-review
mailing list