]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
comment typos (CVS 1191)
authorjplyon <jplyon@noemail.net>
Mon, 19 Jan 2004 04:55:56 +0000 (04:55 +0000)
committerjplyon <jplyon@noemail.net>
Mon, 19 Jan 2004 04:55:56 +0000 (04:55 +0000)
FossilOrigin-Name: de35c36ed7657903ebba0c5acff75baaa0453f87

manifest
manifest.uuid
src/build.c

index 36e2c3d57d103f4e9a31325aefba873876dca075..58a8529576a6f26657e9f83e637aa6f752149b0c 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C coment\stypo\s(CVS\s1190)
-D 2004-01-19T04:54:29
+C comment\stypos\s(CVS\s1191)
+D 2004-01-19T04:55:56
 F Makefile.in 0515ff9218ad8d5a8f6220f0494b8ef94c67013b
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -26,7 +26,7 @@ F src/auth.c c59ad0dab501888f8b1fccc25e2f5965d2265116
 F src/btree.c 9ab30f0504ef69ba4cba2f264d8096c5abc2b7b8
 F src/btree.h 9b7c09f1e64274d7bb74a57bbfc63778f67b1048
 F src/btree_rb.c 50210dfd2a5f410c8624ef8fde8e82babd376d9f
-F src/build.c 4b95b200515d1f6ffc4ae60d5d57380afa0b4081
+F src/build.c 0fdb0ce4bd87419b3930d0279e8277c4f9f69c1f
 F src/copy.c 9e47975ea96751c658bcf1a0c4f0bb7c6ee61e73
 F src/date.c c6b7e3fa5364d50fe19641882194f3c75364a5af
 F src/delete.c 0778fe05df0a1d62ac27fd1a3dba237c186ff4d1
@@ -180,7 +180,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
 F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P 8210b2d818ab83a97b3b71b432770436116f4770
-R 10b4412e61009d0846d9284ad1d8f0ca
+P 0d2683dc5ecb886ae9625484b51e65df49b3235d
+R 203cc465a47717ce24d2d19ccf38f702
 U jplyon
-Z 3fc49c5ad5498aa46abf6f4fb14ba101
+Z dbd68a45967f0a84beda668c59e1a249
index 418ea0f2b3116de6a8ef494f7ea39e182540e779..ec3987830a3da2d51def6295159472a18734a89f 100644 (file)
@@ -1 +1 @@
-0d2683dc5ecb886ae9625484b51e65df49b3235d
\ No newline at end of file
+de35c36ed7657903ebba0c5acff75baaa0453f87
\ No newline at end of file
index b0f8ce6df9cbb1149dab227e7faee348cc2f20de..20d5748185ae1f07cd0dbf8beb7c8739329c24aa 100644 (file)
@@ -23,7 +23,7 @@
 **     ROLLBACK
 **     PRAGMA
 **
-** $Id: build.c,v 1.163 2004/01/16 20:01:31 drh Exp $
+** $Id: build.c,v 1.164 2004/01/19 04:55:56 jplyon Exp $
 */
 #include "sqliteInt.h"
 #include <ctype.h>
@@ -240,7 +240,7 @@ void sqliteUnlinkAndDeleteIndex(sqlite *db, Index *pIndex){
 **
 ** If iDb<=0 then reset the internal schema tables for all database
 ** files.  If iDb>=2 then reset the internal schema for only the
-** single file indicates.
+** single file indicated.
 */
 void sqliteResetInternalSchema(sqlite *db, int iDb){
   HashElem *pElem;
@@ -1098,7 +1098,7 @@ void sqliteCreateView(
 /*
 ** The Table structure pTable is really a VIEW.  Fill in the names of
 ** the columns of the view in the pTable structure.  Return the number
-** of errors.  If an error is seen leave an error message in pPare->zErrMsg.
+** of errors.  If an error is seen leave an error message in pParse->zErrMsg.
 */
 int sqliteViewGetColumnNames(Parse *pParse, Table *pTable){
   ExprList *pEList;