From 89a482e9ce7b534d2e55ff9351325f5e8579edb4 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Wed, 28 Jul 2004 22:26:29 +0000 Subject: [PATCH] Typo --- src/native/win32/org_lwjgl_opengl_Display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native/win32/org_lwjgl_opengl_Display.cpp b/src/native/win32/org_lwjgl_opengl_Display.cpp index d02c1309..817df0a8 100644 --- a/src/native/win32/org_lwjgl_opengl_Display.cpp +++ b/src/native/win32/org_lwjgl_opengl_Display.cpp @@ -720,7 +720,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Display_createContext(JNIEnv *env, pixel_format_index = pixel_format_index_arb; } else if (samples > 0) { wglDeleteContext(display_hglrc); - throwException(env, "Samples > 0 but could not finc a suitable ARB pixel format"); + throwException(env, "Samples > 0 but could not find a suitable ARB pixel format"); } }