mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
docs: Fix various typos in main/
Found via `codespell -q 3 -S "./CREDITS" -L abd,asent,atleast,childrens,contentn,crypted,dne,durationm,exten,inout,leapyear,nd,oclock,offsetp,ot,parm,parms,requestor,ser,slanguage,slin,thirdparty,varn,varns,ues`
(cherry picked from commit b96640916d
)
This commit is contained in:
committed by
Asterisk Development Team
parent
de3d6c03e3
commit
3692e33898
@@ -220,7 +220,7 @@ static void clean_statements(void)
|
||||
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(&exists_stmt, exists_stmt_sql, sizeof(exists_stmt_sql))
|
||||
|| init_stmt(&del_stmt, del_stmt_sql, sizeof(del_stmt_sql))
|
||||
|
Reference in New Issue
Block a user