From 181fc9933291703a7d642867c712ba06b4258267 Mon Sep 17 00:00:00 2001 From: drh Date: Tue, 17 Aug 2004 10:42:54 +0000 Subject: [PATCH] Fix a typo in a comment. (CVS 1889) FossilOrigin-Name: 9af1d4d1456d32c2e15f73f79928572f3bfba6ae --- manifest | 12 ++++++------ manifest.uuid | 2 +- src/date.c | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest b/manifest index 4afe6eaadf..d5fe551265 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C If\smeta(3)>0\sthen\smake\sthe\sdatabase\sreadonly\sfor\snow.\s\sThis\sallows\sthe\scurrent\ndatabase\sto\sinteract\swith\sfuture\sreleases\sthat\smight\sinclude\sautovacuum.\s(CVS\s1888) -D 2004-08-14T19:20:10 +C Fix\sa\stypo\sin\sa\scomment.\s(CVS\s1889) +D 2004-08-17T10:42:55 F Makefile.in 4a5e570a9e2d35b09c31b3cf01b78cea764ade4b F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd @@ -30,7 +30,7 @@ F src/auth.c 60db23b98bb94c8b0178180faaf49dc116674217 F src/btree.c 14c20dfb320473a1fd4e37d43eba5e2afd606757 F src/btree.h 94dfec0a1722d33359b23e7e310f2b64ffedf029 F src/build.c 951a36b246d9f38f2340562bfdd6a96bf7433530 -F src/date.c a164e3a58f61306e82c5626e5fa16f861a9a7084 +F src/date.c edff4aa851eeca8abbc737dc3933a2f0671156ce F src/delete.c e81545e546f6bc87d7508a93a09ca70695265af3 F src/encode.c a876af473d1d636faa3dca51c7571f2e007eea37 F src/expr.c f11a1e5c489bc8f5cc83b10aa80f21e85f48141e @@ -242,7 +242,7 @@ F www/tclsqlite.tcl 06a86cba4d7fc88e2bcd633b57702d3d16abebb5 F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4 -P bb55894521848b6a9d8b516a3c7eeb3482936d7e -R d4b24a8ba05379c1060c6d483ca4b2cb +P 7619bf4771781005da23a3e9d7b00de405e27a64 +R 3fab28d30448c92b5729efc763860d05 U drh -Z 660b1c4514e63b0b891d0f5f8d1e26a5 +Z 82fb33cabd0b5cd9f42772051414ee5b diff --git a/manifest.uuid b/manifest.uuid index 90d07c832f..49ed259480 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -7619bf4771781005da23a3e9d7b00de405e27a64 \ No newline at end of file +9af1d4d1456d32c2e15f73f79928572f3bfba6ae \ No newline at end of file diff --git a/src/date.c b/src/date.c index a1c269af30..449e29549a 100644 --- a/src/date.c +++ b/src/date.c @@ -16,7 +16,7 @@ ** sqlite3RegisterDateTimeFunctions() found at the bottom of the file. ** All other code has file scope. ** -** $Id: date.c,v 1.33 2004/08/08 20:22:17 drh Exp $ +** $Id: date.c,v 1.34 2004/08/17 10:42:55 drh Exp $ ** ** NOTES: ** @@ -504,7 +504,7 @@ static int parseModifier(const char *zMod, DateTime *p){ /* ** weekday N ** - ** Move the date to the same time on the next occurrance of + ** Move the date to the same time on the next occurrence of ** weekday N where 0==Sunday, 1==Monday, and so forth. If the ** date is already on the appropriate weekday, this is a no-op. */