From 2f17d069d923d4fd48876125777f8c850373d503 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sat, 15 Nov 2008 01:04:01 +0000 Subject: Fixed typo pointed out by Jason Moore git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1791 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/javax/media/opengl/GLDrawableFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/classes') diff --git a/src/classes/javax/media/opengl/GLDrawableFactory.java b/src/classes/javax/media/opengl/GLDrawableFactory.java index e28c9b28e..68e7d668e 100644 --- a/src/classes/javax/media/opengl/GLDrawableFactory.java +++ b/src/classes/javax/media/opengl/GLDrawableFactory.java @@ -138,7 +138,7 @@ public abstract class GLDrawableFactory { throws GLException { if(null==GLProfile.getProfile()) { - throw new GLException("No choosen/preset profile"); + throw new GLException("No chosen/preset GLProfile"); } initializeAWTFactory(); if(awtFactory == null) { -- cgit v1.2.3