[Asterisk-code-review] spelling: before (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:04:13 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16765 )
Change subject: spelling: before
......................................................................
spelling: before
Change-Id: I16ba78d3237c2aeb55ce11f6253280d70466e29d
---
M configs/samples/manager.conf.sample
M configs/samples/sip.conf.sample
M configs/samples/skinny.conf.sample
M main/db.c
M utils/astdb2sqlite3.c
5 files changed, 5 insertions(+), 5 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/65/16765/1
diff --git a/configs/samples/manager.conf.sample b/configs/samples/manager.conf.sample
index 405e0d3..203b873 100644
--- a/configs/samples/manager.conf.sample
+++ b/configs/samples/manager.conf.sample
@@ -63,7 +63,7 @@
; Also accessible through the "manager debug" CLI command.
; authtimeout specifies the maximum number of seconds a client has to
-; authenticate. If the client does not authenticate beofre this timeout
+; authenticate. If the client does not authenticate before this timeout
; expires, the client will be disconnected. (default: 30 seconds)
;authtimeout = 30
diff --git a/configs/samples/sip.conf.sample b/configs/samples/sip.conf.sample
index 45d1aa9..cd4fb2b 100644
--- a/configs/samples/sip.conf.sample
+++ b/configs/samples/sip.conf.sample
@@ -235,7 +235,7 @@
;tcpauthtimeout = 30 ; tcpauthtimeout specifies the maximum number
; of seconds a client has to authenticate. If
- ; the client does not authenticate beofre this
+ ; the client does not authenticate before this
; timeout expires, the client will be
; disconnected. (default: 30 seconds)
diff --git a/configs/samples/skinny.conf.sample b/configs/samples/skinny.conf.sample
index 9ee602e..ee8f14d 100644
--- a/configs/samples/skinny.conf.sample
+++ b/configs/samples/skinny.conf.sample
@@ -11,7 +11,7 @@
;authtimeout = 30 ; authtimeout specifies the maximum number of seconds a
; client has to authenticate. If the client does not
- ; authenticate beofre this timeout expires, the client
+ ; authenticate before this timeout expires, the client
; will be disconnected. (default: 30 seconds)
;authlimit = 50 ; authlimit specifies the maximum number of
diff --git a/main/db.c b/main/db.c
index d4479f4..823bc57 100644
--- a/main/db.c
+++ b/main/db.c
@@ -190,7 +190,7 @@
static int init_statements(void)
{
/* Don't initialize create_astdb_statement here as the astdb table needs to exist
- * brefore these statements can be initialized */
+ * before these statements can be initialized */
return init_stmt(&get_stmt, get_stmt_sql, sizeof(get_stmt_sql))
|| init_stmt(&del_stmt, del_stmt_sql, sizeof(del_stmt_sql))
|| init_stmt(&deltree_stmt, deltree_stmt_sql, sizeof(deltree_stmt_sql))
diff --git a/utils/astdb2sqlite3.c b/utils/astdb2sqlite3.c
index e70167d..9288d01 100644
--- a/utils/astdb2sqlite3.c
+++ b/utils/astdb2sqlite3.c
@@ -167,7 +167,7 @@
static int init_statements(void)
{
/* Don't initialize create_astdb_statement here as the astdb table needs to exist
- * brefore these statements can be initialized */
+ * before these statements can be initialized */
return init_stmt(&put_stmt, put_stmt_sql, sizeof(put_stmt_sql));
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16765
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I16ba78d3237c2aeb55ce11f6253280d70466e29d
Gerrit-Change-Number: 16765
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/52bf0e2d/attachment.html>
More information about the asterisk-code-review
mailing list