File: fix-pod-spelling

package info (click to toggle)
libopengl-perl 0.62%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,700 kB
  • ctags: 1,405
  • sloc: perl: 9,527; ansic: 6,001; makefile: 95; sh: 48
file content (14 lines) | stat: -rw-r--r-- 557 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix spelling error in POD
Author: Maximilian Gass <mxey@cloudconnected.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=54164
--- a/OpenGL.pod
+++ b/OpenGL.pod
@@ -1787,7 +1787,7 @@
 glXSwapBuffers().  This function should be used only in the case no
 GLX_DOUBLEBUFFER attribute was given to glpOpenWindow().
 
-Additionally, in absense of GLUT, glpSolidSphere() is aliased to
+Additionally, in absence of GLUT, glpSolidSphere() is aliased to
 glutSolidSphere(), to make writing simple portable backward-compatible
 scripts easier.