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/junit/com/jogamp/common/os | |
parent | 3bfc1e484ae247214d47f25fcc9b9da223f51fe1 (diff) |
Fix 'typo' in messages: 'Catched' -> 'Caught'
Diffstat (limited to 'src/junit/com/jogamp/common/os')
-rw-r--r-- | src/junit/com/jogamp/common/os/TestElfReader01.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/junit/com/jogamp/common/os/TestElfReader01.java b/src/junit/com/jogamp/common/os/TestElfReader01.java index b058a0f..9e0c939 100644 --- a/src/junit/com/jogamp/common/os/TestElfReader01.java +++ b/src/junit/com/jogamp/common/os/TestElfReader01.java @@ -77,7 +77,7 @@ public class TestElfReader01 extends JunitTracer { try { eh = ElfHeader.read(in); } catch (Exception e) { - System.err.println("Probably not an ELF file - or not in current format: (catched) "+e.getMessage()); + System.err.println("Probably not an ELF file - or not in current format: (caught) "+e.getMessage()); e.printStackTrace(); return; } |