summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-04 12:26:07 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-04 12:26:07 -0500
commit394baa272a837669dcf4144feea8384eb5d3beb7 (patch)
treeef12de30808d89165c2dff98cc8dcf3864c6f58b /gpsmon.h
parent238ff98ef02863be9a8a36f6b8005f53301439e2 (diff)
downloadgpsd-394baa272a837669dcf4144feea8384eb5d3beb7.tar.gz
Typo fix.
Diffstat (limited to 'gpsmon.h')
-rw-r--r--gpsmon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsmon.h b/gpsmon.h
index 32cf3e7b..cccaefbb 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -16,7 +16,7 @@ struct monitor_object_t {
/* a device-specific capability table for the monitor */
bool (*initialize)(void); /* paint legends on windows */
void (*update)(void); /* now paint the data */
- int (*command)(char[]); /* interpret device-specfic commands */
+ int (*command)(char[]); /* interpret device-specific commands */
void (*wrap)(void); /* deallocate storage */
int min_y, min_x; /* space required for device info */
const struct gps_type_t *driver; /* device driver table */