From baac6a038d3ab476abc34716766e55314bdf94b5 Mon Sep 17 00:00:00 2001 From: Jon Schlueter Date: Sat, 5 Mar 2011 04:49:42 -0500 Subject: spellchecking in explan_libgps_core --- doc/explan_libgps_core.c.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/explan_libgps_core.c.xml b/doc/explan_libgps_core.c.xml index 5d0f9a1b..bb1ae041 100644 --- a/doc/explan_libgps_core.c.xml +++ b/doc/explan_libgps_core.c.xml @@ -50,8 +50,8 @@ static void gps_unpack(char *buf, struct gps_data_t *gpsdata) Keep looping through the data in buf for JSON objects. Each time one is found, - analyze it and umpack it into the struct pointed at by gpsdata, - setting the gpasdata->set mask appropriately to indicate which data + analyze it and unpack it into the struct pointed at by gpsdata, + setting the gpsdata->set mask appropriately to indicate which data is validThis function is intended for GPSD internal use only and should not be considered a stable part oof the API. @@ -75,7 +75,7 @@ bool gps_waiting(struct gps_data_t *gpsdata) - Returnn a boolean indicating whether input data is waiting on + Return a boolean indicating whether input data is waiting on the daemon socket. Does not block. -- cgit v1.2.1