summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite/util.h
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-07-28 18:36:01 (GMT)
committerGeorg Brandl <georg@python.org>2006-07-28 18:36:01 (GMT)
commitcddabbf98ab16a1daa5cc36e0ef0767066d4feed (patch)
tree9659c34ec9f9ae8f4ae3db034f1b9929ac575303 /Modules/_sqlite/util.h
parent4793aa39a9200383117fe58a0b10fcfae4299c45 (diff)
downloadcpython-cddabbf98ab16a1daa5cc36e0ef0767066d4feed.zip
cpython-cddabbf98ab16a1daa5cc36e0ef0767066d4feed.tar.gz
cpython-cddabbf98ab16a1daa5cc36e0ef0767066d4feed.tar.bz2
Fix spelling.
Diffstat (limited to 'Modules/_sqlite/util.h')
-rw-r--r--Modules/_sqlite/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_sqlite/util.h b/Modules/_sqlite/util.h
index e99a4dd..7ce3d40 100644
--- a/Modules/_sqlite/util.h
+++ b/Modules/_sqlite/util.h
@@ -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