mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Fix Common Typo's.
Fix instances of:
* Retreive
* Recieve
* other then
* different then
* Repeated words ("the the", "an an", "and and", etc).
* othterwise, teh
ASTERISK-24198 #close
Change-Id: I3809a9c113b92fd9d0d9f9bac98e9c66dc8b2d31
This commit is contained in:
@@ -1171,7 +1171,7 @@ static int realtime_sqlite3_require(const char *database, const char *table, va_
|
||||
struct realtime_sqlite3_db *db;
|
||||
|
||||
/* SQLite3 columns are dynamically typed, with type affinity. Built-in functions will
|
||||
* return the results as char * anyway. The only field that that cannot contain text
|
||||
* return the results as char * anyway. The only field that cannot contain text
|
||||
* data is an INTEGER PRIMARY KEY, which must be a 64-bit signed integer. So, for
|
||||
* the purposes here we really only care whether the column exists and not what its
|
||||
* type or length is. */
|
||||
|
||||
Reference in New Issue
Block a user