summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-21 04:43:45 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-21 04:43:45 -0400
commitcf6ee97be72e5253aabac2e49f212fce32d26e2d (patch)
treec5390c45976dde0d420cc6b11537e229823f976a /libgpsd_core.c
parent63a5c6c41a67d41b3c9a4afab6ec81b850c29992 (diff)
downloadgpsd-cf6ee97be72e5253aabac2e49f212fce32d26e2d.tar.gz
Typo fix.
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index 0f60100e..6dfefb40 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -555,7 +555,7 @@ static gps_mask_t fill_dop(const struct gps_data_t * gpsdata, struct dop_t * dop
/* If we don't have 4 satellites then we don't have enough information to calculate DOPS */
if (n < 4) {
- gpsd_report(LOG_DATA + 2, "Not enough Satellites available %d < 4:\n",
+ gpsd_report(LOG_DATA + 2, "Not enough satellites available %d < 4:\n",
n);
return 0; /* Is this correct return code here? or should it be ERROR_SET */
}