summaryrefslogtreecommitdiff
path: root/debian/patches/fix-spelling.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/fix-spelling.patch')
-rw-r--r--debian/patches/fix-spelling.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
new file mode 100644
index 0000000..6bd9796
--- /dev/null
+++ b/debian/patches/fix-spelling.patch
@@ -0,0 +1,25 @@
+Description: Fix spelling.
+Author: Joel Rosdahl <joel@debian.org>
+
+Index: python-pysqlite1.1/_sqlite.c
+===================================================================
+--- python-pysqlite1.1.orig/_sqlite.c 2006-09-02 00:47:26.000000000 +0200
++++ python-pysqlite1.1/_sqlite.c 2011-06-29 21:58:20.473656828 +0200
+@@ -702,7 +702,7 @@
+
+ static char _con_set_command_logfile_doc[] =
+ "set_command_logfile(logfile)\n\
+-Registers a writeable file-like object as logfile where all SQL commands\n\
++Registers a writable file-like object as logfile where all SQL commands\n\
+ that get executed are written to.";
+
+ static PyObject* _con_set_command_logfile(pysqlc* self, PyObject *args, PyObject* kwargs)
+@@ -816,7 +816,7 @@
+ function.\n\
+ \n\
+ The signature of the callback function is (arg, values, colnames{, types}).\n\
+- types is ommitted unless use_types is true. If you use 'use_types', you\n\
++ types is omitted unless use_types is true. If you use 'use_types', you\n\
+ MUST have issued 'pragma show_datatypes=ON' before.";
+
+ static PyObject* _con_sqlite_exec(pysqlc* self, PyObject *args, PyObject* kwargs)