From: Berker Peksag Date: Sun, 12 Jun 2016 16:17:49 +0000 (+0300) Subject: Fix typo in _sqlite/module.h X-Git-Tag: v3.6.0a2~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e1d6802ff03666bced6548e75b8459c88c2b720;p=thirdparty%2FPython%2Fcpython.git Fix typo in _sqlite/module.h --- diff --git a/Modules/_sqlite/module.h b/Modules/_sqlite/module.h index b51724bf4cec..0fb5a55fa4d6 100644 --- a/Modules/_sqlite/module.h +++ b/Modules/_sqlite/module.h @@ -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. */