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.
|