aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2008-05-12 12:39:55 +0000
committerdrh <drh@noemail.net>2008-05-12 12:39:55 +0000
commitc3dbdeddb40e84e98c194fe9e04812b5f7b07529 (patch)
treebeb27f85e348a8f00c66466c89e0757e988c02c3 /src
parent80daec6fccd81175c2e215b28e1e14626deea366 (diff)
downloadsqlite-c3dbdeddb40e84e98c194fe9e04812b5f7b07529.tar.gz
sqlite-c3dbdeddb40e84e98c194fe9e04812b5f7b07529.zip
Fix typo in documentation of sqlite3_step(). Ticket #3110. (CVS 5122)
FossilOrigin-Name: 4d397f57c4446b18c5c6faf728d315495e4abf6e
Diffstat (limited to 'src')
-rw-r--r--src/sqlite.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in
index d5742eac4..6d4062c40 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.311 2008/05/11 11:07:07 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.312 2008/05/12 12:39:56 drh Exp $
*/
#ifndef _SQLITE3_H_
#define _SQLITE3_H_
@@ -3001,7 +3001,7 @@ const void *sqlite3_column_decltype16(sqlite3_stmt*,int);
** new "v2" interface is recommended for new applications but the legacy
** interface will continue to be supported.
**
-** In the lagacy interface, the return value will be either [SQLITE_BUSY],
+** In the legacy interface, the return value will be either [SQLITE_BUSY],
** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
** With the "v2" interface, any of the other [SQLITE_OK | result code]
** or [SQLITE_IOERR_READ | extended result code] might be returned as