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:
Fathi Boudra
2016-04-07 12:22:52 +03:00
committed by Mihai Tudor Panu
parent c7b5204fe4
commit dc8be495a9
29 changed files with 37 additions and 37 deletions

View File

@ -128,7 +128,7 @@ function runRadio()
console.log("Received: " + resultStr);
}
if (rv < 0) // some sort of read error occured
if (rv < 0) // some sort of read error occurred
{
console.log("Port read error.");
return;

View File

@ -66,7 +66,7 @@ function getGPSInfo()
process.stdout.write(GPSData)
}
if (rv < 0) // some sort of read error occured
if (rv < 0) // some sort of read error occurred
{
console.log("Port read error.");
process.exit(0);