From 1162d267f8ce5736930e48249bc4ec6b60fe4135 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Wed, 23 Feb 2005 12:38:39 +0000 Subject: [PATCH] Typo fix --- src/native/win32/extgl_wgl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/win32/extgl_wgl.c b/src/native/win32/extgl_wgl.c index 15576f06..5057d3f9 100644 --- a/src/native/win32/extgl_wgl.c +++ b/src/native/win32/extgl_wgl.c @@ -78,7 +78,7 @@ wglGetSwapIntervalEXTPROC wglGetSwapIntervalEXT = NULL; 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;