Update of /cvsroot/java-game-lib/LWJGL/src/native/win32
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10353/win32
Modified Files:
extgl_wgl.c
Log Message:
Typo fix
Index: extgl_wgl.c
===================================================================
RCS file: /cvsroot/java-game-lib/LWJGL/src/native/win32/extgl_wgl.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- extgl_wgl.c 21 Feb 2005 14:46:47 -0000 1.3
+++ extgl_wgl.c 23 Feb 2005 12:38:39 -0000 1.4
@@ -78,7 +78,7 @@
wglMakeContextCurrentARBPROC wglMakeContextCurrentARB = NULL;
wglGetCurrentReadDCARBPROC wglGetCurrentReadDCARB = NULL;
-/** returns true if the extention is available */
+/** returns true if the extension is available */
static bool WGLQueryExtension(JNIEnv *env, const char *name)
{
const GLubyte *extensions;
|