Browse Source

java: Corrected typo in ublox6

Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
Stefan Andritoiu 9 years ago
parent
commit
f991bcf915
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      examples/c++/ublox6.cxx

+ 1
- 1
examples/c++/ublox6.cxx View File

@@ -56,7 +56,7 @@ int main (int argc, char **argv)
56 56
 
57 57
   // Collect and output NMEA data.  There are various libraries out on
58 58
   // the Internet, such as tinyGPS or tinyGPS++ that can handle
59
-  // decoding NMEA data and presenting it in a more easily accessable
59
+  // decoding NMEA data and presenting it in a more easily accessible
60 60
   // format.  This example will just check for, and read raw NMEA data
61 61
   // from the device and output it on stdout.
62 62