[libopengl-perl] 01/02: Add a patch to fix some spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Sat Aug 5 16:33:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit a9242af8c2672d9f487c59a4d55f225849d54fa2
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 5 12:30:23 2017 -0400

    Add a patch to fix some spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 21cccf7..84cb4f9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ glext_procs-replacement
 use-systems-gl
 dont_link_against_unused_libs
 Delete-functions-removed-from-Mesa.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..bbcdb26
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-08-05
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122717
+Bug: https://rt.cpan.org/Ticket/Display.html?id=122717
+
+--- a/Array.pod
++++ b/Array.pod
+@@ -225,7 +225,7 @@
+ 
+     $array->calc($array2, $array3, $array4, @values);
+ 
+-calc currently suports the following primitives:
++calc currently supports the following primitives:
+ 
+ =over 4
+ 
+--- a/Tessellation.pod
++++ b/Tessellation.pod
+@@ -32,7 +32,7 @@
+ 
+ OpenGL rendering hardware typically does not have support for drawing
+ concave polygons or drawing polygons with windows.  OpenGL provides
+-glu extentions that allow for translating concave polygon vertices
++glu extensions that allow for translating concave polygon vertices
+ into triangles that can be rendered quickly on GL hardware.  The
+ OpenGL red book chapter 11 has the full discussion of Tessellators and
+ the OpenGL functions (http://glprogramming.com/red/chapter11.html, or

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git



More information about the Pkg-perl-cvs-commits mailing list