Fix spelling.

This commit is contained in:
Georg Brandl 2006-07-28 18:36:01 +00:00
parent 4793aa39a9
commit cddabbf98a
4 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ int _sqlite_step_with_busyhandler(sqlite3_stmt* statement, Connection* connectio
/**
* Checks the SQLite error code and sets the appropriate DB-API exception.
* Returns the error code (0 means no error occured).
* Returns the error code (0 means no error occurred).
*/
int _seterror(sqlite3* db);
#endif