]> granicus.if.org Git - python/commitdiff
Fix typo in _sqlite/module.h
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Jun 2016 16:17:49 +0000 (19:17 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 12 Jun 2016 16:17:49 +0000 (19:17 +0300)
Modules/_sqlite/module.h

index b51724bf4cec53aa98cc55215cce533000c749c6..0fb5a55fa4d640e70797c3e403daae95c78fe0cd 100644 (file)
@@ -42,7 +42,7 @@ extern PyObject* pysqlite_NotSupportedError;
 extern PyObject* time_time;
 extern PyObject* time_sleep;
 
-/* A dictionary, mapping colum types (INTEGER, VARCHAR, etc.) to converter
+/* A dictionary, mapping column types (INTEGER, VARCHAR, etc.) to converter
  * functions, that convert the SQL value to the appropriate Python value.
  * The key is uppercase.
  */