1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix a typo in a comment. (CVS 1889)

FossilOrigin-Name: 9af1d4d1456d32c2e15f73f79928572f3bfba6ae
This commit is contained in:
drh
2004-08-17 10:42:54 +00:00
parent ae15787643
commit 181fc99332
3 changed files with 9 additions and 9 deletions

View File

@@ -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.
*/