aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/os
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-06-28 15:59:26 +0200
committerSven Gothel <[email protected]>2014-06-28 15:59:26 +0200
commiteb47aaba63e3b1bf55f274a0f338f1010a017ae4 (patch)
tree5e129e532519972457a8e71edec9d1410dd8c70f /src/junit/com/jogamp/common/os
parent3bfc1e484ae247214d47f25fcc9b9da223f51fe1 (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.java2
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;
}