From 43c85971bba8a188b8888f68133ad4ecc97131fd Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 28 Jun 2014 16:07:36 +0200 Subject: Fix 'typo' in messages: 'Catched' -> 'Caught' --- src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java') diff --git a/src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java b/src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java index 9ee0134f1..e50cb7262 100644 --- a/src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java +++ b/src/jogl/classes/jogamp/opengl/egl/EGLDrawableFactory.java @@ -545,7 +545,7 @@ public class EGLDrawableFactory extends GLDrawableFactoryImpl { } } catch (Throwable t) { if(DEBUG) { - System.err.println("Catched Exception on thread "+getThreadName()); + System.err.println("Caught exception on thread "+getThreadName()); t.printStackTrace(); } success = false; -- cgit v1.2.3