mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Fix straggler misspellings and tidy the custom dictionary. Also include pickups from [forum:/info/c61fb09afd|forum post c61fb09afd].
FossilOrigin-Name: 8c291d99946eb32b20b743921202f9c7cfb716268ff526817b27adbb7942e40b
This commit is contained in:
@@ -9071,7 +9071,7 @@ static int btreeOverwriteContent(
|
||||
){
|
||||
int nData = pX->nData - iOffset;
|
||||
if( nData<=0 ){
|
||||
/* Overwritting with zeros */
|
||||
/* Overwriting with zeros */
|
||||
int i;
|
||||
for(i=0; i<iAmt && pDest[i]==0; i++){}
|
||||
if( i<iAmt ){
|
||||
@@ -9107,7 +9107,7 @@ static int btreeOverwriteContent(
|
||||
** cell.
|
||||
*/
|
||||
static SQLITE_NOINLINE int btreeOverwriteOverflowCell(
|
||||
BtCursor *pCur, /* Cursor pointing to cell to ovewrite */
|
||||
BtCursor *pCur, /* Cursor pointing to cell to overwrite */
|
||||
const BtreePayload *pX /* Content to write into the cell */
|
||||
){
|
||||
int iOffset; /* Next byte of pX->pData to write */
|
||||
|
Reference in New Issue
Block a user