diff options
author | mihailim <mihailim@noemail.net> | 2008-07-23 13:42:26 +0000 |
---|---|---|
committer | mihailim <mihailim@noemail.net> | 2008-07-23 13:42:26 +0000 |
commit | 2a3d38dd865f490434b43951c6dd83e0844460f6 (patch) | |
tree | ffda4062d56cc39bfb98fcba0c09cc43cfea138a /src | |
parent | 9cd2964e064f3e585c8040f4cf06807a04343ff7 (diff) | |
download | sqlite-2a3d38dd865f490434b43951c6dd83e0844460f6.tar.gz sqlite-2a3d38dd865f490434b43951c6dd83e0844460f6.zip |
Quick typo fix. No changes to code. (CVS 5461)
FossilOrigin-Name: dfa8b456630089d385f89c145ae709be85424cd7
Diffstat (limited to 'src')
-rw-r--r-- | src/sqlite.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in index 0678c138b..6c8048413 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -30,7 +30,7 @@ ** the version number) and changes its name to "sqlite3.h" as ** part of the build process. ** -** @(#) $Id: sqlite.h.in,v 1.374 2008/07/23 00:52:56 drh Exp $ +** @(#) $Id: sqlite.h.in,v 1.375 2008/07/23 13:42:26 mihailim Exp $ */ #ifndef _SQLITE3_H_ #define _SQLITE3_H_ @@ -752,7 +752,7 @@ typedef struct sqlite3_mutex sqlite3_mutex; ** is either a NULL pointer or string obtained ** from xFullPathname(). SQLite further guarantees that ** the string will be valid and unchanged until xClose() is -** called. {END} Becasue of the previous sentense, +** called. {END} Because of the previous sentense, ** the [sqlite3_file] can safely store a pointer to the ** filename if it needs to remember the filename for some reason. ** If the zFilename parameter is xOpen is a NULL pointer then xOpen |