diff options
-rw-r--r-- | src/classes/javax/media/opengl/GLDrawableFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |