File: 04_fix_spelling_errors.diff

package info (click to toggle)
python-gd 0.59-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 456 kB
  • ctags: 425
  • sloc: ansic: 1,655; python: 183; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix spelling errors.
Forwarded: yes
Last-Update: 2016-09-15
Author: Julián Moreno Patiño <julian@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"