Fix a typo in a #define that was commented out. No impact to working code.
Ticket #476. (CVS 1119)
FossilOrigin-Name: 21c2f96e814004d00691e3d7a632f193b0e49ee5
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index b14eb28..a03ace1 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -11,7 +11,7 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
-** @(#) $Id: sqliteInt.h,v 1.201 2003/11/01 01:53:54 drh Exp $
+** @(#) $Id: sqliteInt.h,v 1.202 2003/11/11 23:30:36 drh Exp $
*/
#include "config.h"
#include "sqlite.h"
@@ -87,7 +87,7 @@
/* #define SQLITE_OMIT_AUTHORIZATION 1 */
/* #define SQLITE_OMIT_INMEMORYDB 1 */
/* #define SQLITE_OMIT_VACUUM 1 */
-/* #define SQLITE_OMIT_TIMEDATE_FUNCS 1 */
+/* #define SQLITE_OMIT_DATETIME_FUNCS 1 */
/* #define SQLITE_OMIT_PROGRESS_CALLBACK 1 */
/*