summaryrefslogtreecommitdiff
path: root/garmin.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-10-31 16:13:28 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-10-31 16:13:28 +0000
commit3a6f1e8414d4ba6297b043a16f70147fcd9012fa (patch)
tree79755fc9470c01a8ad99e5a89136976527ad4a91 /garmin.c
parentd4d0f14dc86c24512f524af6f4a99d16ae5ec276 (diff)
downloadgpsd-3a6f1e8414d4ba6297b043a16f70147fcd9012fa.tar.gz
Typo and documentation fixes.
Diffstat (limited to 'garmin.c')
-rw-r--r--garmin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/garmin.c b/garmin.c
index 35ab65de..be198c6a 100644
--- a/garmin.c
+++ b/garmin.c
@@ -1174,7 +1174,7 @@ struct gps_type_t garmin_ser_binary =
.probe_wakeup = NULL, /* no wakeup to be done before hunt */
.probe_detect = NULL, /* how to detect at startup time */
.probe_subtype = NULL, /* initialize the device */
- .configurator = garmin_configure, /* eable what we need */
+ .configurator = garmin_configure, /* enable what we need */
.get_packet = packet_get, /* how to grab a packet */
.parse_packet = garmin_ser_parse, /* parse message packets */
.rtcm_writer = NULL, /* don't send DGPS corrections */