summaryrefslogtreecommitdiff
path: root/peripheral/libupm/examples/java/HP20xExample.java
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/examples/java/HP20xExample.java')
-rw-r--r--peripheral/libupm/examples/java/HP20xExample.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/peripheral/libupm/examples/java/HP20xExample.java b/peripheral/libupm/examples/java/HP20xExample.java
index 17e9441..8082031 100644
--- a/peripheral/libupm/examples/java/HP20xExample.java
+++ b/peripheral/libupm/examples/java/HP20xExample.java
@@ -42,7 +42,7 @@ public class HP20xExample {
Thread.sleep(1000);
} catch (InterruptedException e) {
// TODO Auto-generated catch block
- System.out.println("The following exception occurred: "+e.getMessage());
+ System.out.println("The following exception occured: "+e.getMessage());
}
}
//! [Interesting]