From f991bcf915f5a9f2ad5d3b3813933a1fa56a7652 Mon Sep 17 00:00:00 2001 From: Stefan Andritoiu Date: Fri, 11 Sep 2015 12:04:48 +0300 Subject: [PATCH] java: Corrected typo in ublox6 Signed-off-by: Stefan Andritoiu Signed-off-by: Mihai Tudor Panu --- examples/c++/ublox6.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/c++/ublox6.cxx b/examples/c++/ublox6.cxx index e4f0b091..a0cd5f29 100644 --- a/examples/c++/ublox6.cxx +++ b/examples/c++/ublox6.cxx @@ -56,7 +56,7 @@ int main (int argc, char **argv) // Collect and output NMEA data. There are various libraries out on // the Internet, such as tinyGPS or tinyGPS++ that can handle - // decoding NMEA data and presenting it in a more easily accessable + // decoding NMEA data and presenting it in a more easily accessible // format. This example will just check for, and read raw NMEA data // from the device and output it on stdout.