mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21:12 +03:00
docs: fix spelling errors
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
c7b5204fe4
commit
dc8be495a9
@ -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
|
||||
|
@ -73,7 +73,7 @@ def getGPSInfo():
|
||||
GPSData += nmeaBuffer.__getitem__(x)
|
||||
sys.stdout.write(GPSData)
|
||||
|
||||
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)
|
||||
|
||||
|
Reference in New Issue
Block a user