summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
authorWilliam Smith <w.r.smith@gmail.com>2019-01-18 19:01:51 +0100
committerGary E. Miller <gem@rellim.com>2019-01-18 11:12:59 -0800
commit079852669d4e3489396e7d5a4c78d00b13e64f1e (patch)
treecc915df8c79d67857d2087f043caf121c1e4cb8c /driver_ubx.c
parent8b2dd2784cece6e14a3fa85a62a49904d40e9459 (diff)
downloadgpsd-079852669d4e3489396e7d5a4c78d00b13e64f1e.tar.gz
driver_usb: teensy weensy typo correction
Here's my first attempt at contribution. Line 470 GLONOSS -> GLONASS Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index a00d82af..6cb913d8 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -467,7 +467,7 @@ static void ubx_msg_nav_timels(struct gps_device_t *session,
"SBAS",
"BeiDou",
"Galileo",
- "GLONOSS",
+ "GLONASS",
};
src_of_ls_change = getub(buf,10);