From eb47aaba63e3b1bf55f274a0f338f1010a017ae4 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 28 Jun 2014 15:59:26 +0200 Subject: Fix 'typo' in messages: 'Catched' -> 'Caught' --- src/java/jogamp/common/os/PlatformPropsImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/java/jogamp/common') diff --git a/src/java/jogamp/common/os/PlatformPropsImpl.java b/src/java/jogamp/common/os/PlatformPropsImpl.java index 0965185..1b9128d 100644 --- a/src/java/jogamp/common/os/PlatformPropsImpl.java +++ b/src/java/jogamp/common/os/PlatformPropsImpl.java @@ -410,7 +410,7 @@ public abstract class PlatformPropsImpl { res = eh; } catch(Throwable t) { if(DEBUG) { - System.err.println("Catched: "+t.getMessage()); + System.err.println("Caught: "+t.getMessage()); t.printStackTrace(); } } finally { -- cgit v1.2.3