Forráskód Böngészése

Merge pull request #303 from flyd1005/master

doc: fix typos
bel2125 9 éve
szülő
commit
945c05b413
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      src/handle_form.inl
  2. 1 1
      src/third_party/sqlite3.c

+ 1 - 1
src/handle_form.inl

@@ -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;
 

+ 1 - 1
src/third_party/sqlite3.c

@@ -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