commit | cddabbf98ab16a1daa5cc36e0ef0767066d4feed | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jul 28 18:36:01 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jul 28 18:36:01 2006 +0000 |
tree | 9659c34ec9f9ae8f4ae3db034f1b9929ac575303 | |
parent | 4793aa39a9200383117fe58a0b10fcfae4299c45 [diff] [blame] |
Fix spelling.
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 @@ /** * 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