doc: fix typos
@@ -135,7 +135,7 @@ search_boundary(const char *buf,
size_t boundary_len)
{
/* We must do a binary search here, not a string search, since the buffer
- * may contain '\x00' bytes, if binary data is transfered. */
+ * may contain '\x00' bytes, if binary data is transferred. */
int clen = (int)buf_len - (int)boundary_len - 4;
int i;
@@ -57452,7 +57452,7 @@ SQLITE_PRIVATE int sqlite3BtreeKey(BtCursor *pCur, u32 offset, u32 amt, void *pB
/*
** Read part of the data associated with cursor pCur. Exactly
-** "amt" bytes will be transfered into pBuf[]. The transfer
+** "amt" bytes will be transferred into pBuf[]. The transfer
** begins at "offset".
**
** Return SQLITE_OK on success or an error code if anything goes