[Python-modules-commits] [python-gd] 04/08: Add patch to fix spelling errors
Julián Moreno Patiño
julian at moszumanska.debian.org
Tue Sep 27 15:49:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
julian pushed a commit to branch master
in repository python-gd.
commit 4517147de63186e000e91a61fceb94913f7e29a2
Author: Julián Moreno Patiño <julian at debian.org>
Date: Tue Sep 27 10:46:13 2016 -0500
Add patch to fix spelling errors
---
debian/patches/04_fix_spelling_errors.diff | 15 +++++++++++++++
debian/patches/series | 1 +
2 files changed, 16 insertions(+)
diff --git a/debian/patches/04_fix_spelling_errors.diff b/debian/patches/04_fix_spelling_errors.diff
new file mode 100644
index 0000000..6de84ab
--- /dev/null
+++ b/debian/patches/04_fix_spelling_errors.diff
@@ -0,0 +1,15 @@
+Description: Fix spelling errors.
+Forwarded: yes
+Last-Update: 2016-09-15
+Author: Julián Moreno Patiño <julian at debian.org>
+--- a/_gdmodule.c
++++ b/_gdmodule.c
+@@ -1638,7 +1638,7 @@
+
+ {"getClip", (PyCFunction)image_getclip, 1,
+ "getClip()\n"
+- "returns (x1,y1), (x2,y2) of the image clip rectange"},
++ "returns (x1,y1), (x2,y2) of the image clip rectangle"},
+
+ {"getInterlaced", (PyCFunction)image_getinterlaced, 1,
+ "getInterlaced()\n"
diff --git a/debian/patches/series b/debian/patches/series
index c6d8acd..f3440fd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01_fonts.diff
02_detect_libs.diff
03_fixgccwarnings.diff
+04_fix_spelling_errors.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-gd.git
More information about the Python-modules-commits
mailing list