1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-06 15:49:35 +03:00

Fix a typo in a comment. (CVS 6106)

FossilOrigin-Name: 50f57cd1456f18919a8c90efa05da446ae12788d
This commit is contained in:
drh
2009-01-03 12:55:17 +00:00
parent e7e6f12aaa
commit a8a71bac3f
4 changed files with 12 additions and 12 deletions

View File

@@ -11,7 +11,7 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
** @(#) $Id: sqliteInt.h,v 1.818 2009/01/02 21:39:39 drh Exp $
** @(#) $Id: sqliteInt.h,v 1.819 2009/01/03 12:55:18 drh Exp $
*/
#ifndef _SQLITEINT_H_
#define _SQLITEINT_H_