aboutsummaryrefslogtreecommitdiffstats
path: root/Java/com/phidgets/PhidgetException.java
diff options
context:
space:
mode:
Diffstat (limited to 'Java/com/phidgets/PhidgetException.java')
-rw-r--r--Java/com/phidgets/PhidgetException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Java/com/phidgets/PhidgetException.java b/Java/com/phidgets/PhidgetException.java
index f33d345..1ace535 100644
--- a/Java/com/phidgets/PhidgetException.java
+++ b/Java/com/phidgets/PhidgetException.java
@@ -52,7 +52,7 @@ public class PhidgetException extends java.lang.Exception {
/**
* Invalid argument exception. "Invalid argument passed to function."
* <P>
- * This exception is thrown whenever a function recieves an unexpected null pointer, or a value that is out of range. ie setting a motor's speed to 101 when the maximum is 100.
+ * This exception is thrown whenever a function receives an unexpected null pointer, or a value that is out of range. ie setting a motor's speed to 101 when the maximum is 100.
* <p>
* This is returned by {@link #getErrorNumber getErrorNumber}
*/