diff options
author | Kenneth Russel <[email protected]> | 2008-11-15 01:04:01 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-11-15 01:04:01 +0000 |
commit | 2f17d069d923d4fd48876125777f8c850373d503 (patch) | |
tree | 855cc5b048241f1393eea84f4b5d9c79b1be07f0 /src/classes | |
parent | 8e94dca173ad4a2833b00c6a7520313c1f05f1a3 (diff) |
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
Diffstat (limited to 'src/classes')
-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) { |