diff options
author | Sven Gothel <[email protected]> | 2014-06-28 15:59:26 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-06-28 15:59:26 +0200 |
commit | eb47aaba63e3b1bf55f274a0f338f1010a017ae4 (patch) | |
tree | 5e129e532519972457a8e71edec9d1410dd8c70f /src/java/jogamp | |
parent | 3bfc1e484ae247214d47f25fcc9b9da223f51fe1 (diff) |
Fix 'typo' in messages: 'Catched' -> 'Caught'
Diffstat (limited to 'src/java/jogamp')
-rw-r--r-- | src/java/jogamp/common/os/PlatformPropsImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |