This commit is contained in:
Elias Naur 2004-07-28 22:26:29 +00:00
parent e994515f7c
commit 89a482e9ce
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}