Commit f2d48e4c authored by Davis King's avatar Davis King

Fixed spelling errors in comments.

parent 7b1442e6
...@@ -22,7 +22,7 @@ namespace dlib ...@@ -22,7 +22,7 @@ namespace dlib
/*! /*!
WHAT THIS OBJECT REPRESENTS WHAT THIS OBJECT REPRESENTS
This is the exception object used by the SQLite tools to indicate This is the exception object used by the SQLite tools to indicate
that an error has occurred. An of the functions defined in this that an error has occurred. Any of the functions defined in this
file might throw this exception. file might throw this exception.
!*/ !*/
}; };
...@@ -128,7 +128,7 @@ namespace dlib ...@@ -128,7 +128,7 @@ namespace dlib
successful INSERT into the database via this database instance. successful INSERT into the database via this database instance.
- If an INSERT has not been performed on the current database instance then - If an INSERT has not been performed on the current database instance then
the return value is 0. This is true even if the database is not empty. the return value is 0. This is true even if the database is not empty.
- See the sqlite documention for the full details on how this function - See the sqlite documentation for the full details on how this function
behaves: http://www.sqlite.org/c3ref/last_insert_rowid.html behaves: http://www.sqlite.org/c3ref/last_insert_rowid.html
!*/ !*/
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment