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