Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
f2d48e4c
Commit
f2d48e4c
authored
Sep 17, 2014
by
Davis King
Browse files
Fixed spelling errors in comments.
parent
7b1442e6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/sqlite/sqlite_abstract.h
dlib/sqlite/sqlite_abstract.h
+2
-2
No files found.
dlib/sqlite/sqlite_abstract.h
View file @
f2d48e4c
...
@@ -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. An
y
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 document
at
ion 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
!*/
!*/
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment