mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
WIP: Correct all typos (#498)
This commit is contained in:
parent
98254a7c1f
commit
ed205e98a1
79 changed files with 162 additions and 162 deletions
|
@ -1023,7 +1023,7 @@ static void db_sql_finalize_function(sqlite3_context *context) {
|
|||
/*
|
||||
** Register a normal function
|
||||
** Params: db, function name, number arguments, [ callback | step, finalize], user data
|
||||
** Returns: true on sucess
|
||||
** Returns: true on success
|
||||
**
|
||||
** Normal function:
|
||||
** Params: context, params
|
||||
|
@ -1336,7 +1336,7 @@ static int db_rollback_hook(lua_State *L) {
|
|||
**
|
||||
** callback function:
|
||||
** Params: userdata, number of tries
|
||||
** returns: 0 to return immediatly and return SQLITE_BUSY, non-zero to try again
|
||||
** returns: 0 to return immediately and return SQLITE_BUSY, non-zero to try again
|
||||
*/
|
||||
static int db_busy_callback(void *user, int tries) {
|
||||
int retry = 0; /* abort by default */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue