summaryrefslogtreecommitdiff
path: root/peripheral/libupm/examples/python/hmtrp.py
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/examples/python/hmtrp.py')
-rw-r--r--peripheral/libupm/examples/python/hmtrp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/peripheral/libupm/examples/python/hmtrp.py b/peripheral/libupm/examples/python/hmtrp.py
index dd2298f..9b8fe19 100644
--- a/peripheral/libupm/examples/python/hmtrp.py
+++ b/peripheral/libupm/examples/python/hmtrp.py
@@ -123,7 +123,7 @@ else:
resultStr += radioBuffer.__getitem__(x)
print "Received:", resultStr
- if (rv < 0): # some sort of read error occured
+ if (rv < 0): # some sort of read error occurred
print "Port read error."
sys.exit(0)
myCounter += 1