summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-12 09:56:34 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-12 09:56:34 -0400
commit756d4bc7ee98c1dc37825ba7b093c4562349aedc (patch)
tree61699c7b2f19d7db9e3354e3ca721c9452e9ca24 /drivers.c
parent1b1c630b834adbd8d01935a5e027e28ba06f7b43 (diff)
downloadgpsd-756d4bc7ee98c1dc37825ba7b093c4562349aedc.tar.gz
Update news and fix typo.
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers.c b/drivers.c
index e115038f..46f26871 100644
--- a/drivers.c
+++ b/drivers.c
@@ -871,7 +871,7 @@ static bool fury_rate_switcher(struct gps_device_t *session, double rate)
char buf[78];
double inverted;
- /* rate is a frequency, but the command takes interval in # of sedconds */
+ /* rate is a frequency, but the command takes interval in # of seconds */
if (rate == 0.0)
inverted = 0.0;
else