summaryrefslogtreecommitdiff
path: root/peripheral/libupm/examples/python/ublox6.py
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/examples/python/ublox6.py')
-rw-r--r--peripheral/libupm/examples/python/ublox6.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/peripheral/libupm/examples/python/ublox6.py b/peripheral/libupm/examples/python/ublox6.py
index c2e0322..bb98d2b 100644
--- a/peripheral/libupm/examples/python/ublox6.py
+++ b/peripheral/libupm/examples/python/ublox6.py
@@ -73,7 +73,7 @@ def getGPSInfo():
GPSData += nmeaBuffer.__getitem__(x)
sys.stdout.write(GPSData)
- if (rv < 0): # some sort of read error occurred
+ if (rv < 0): # some sort of read error occured
print "Port read error."
sys.exit(0)