summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHal Murray <hmurray@megapathdsl.net>2016-02-01 14:17:04 -0800
committerGary E. Miller <gem@rellim.com>2016-02-01 15:14:09 -0800
commitcb0260dab093eb39351dfb12aec947db69fd5792 (patch)
treee87d9e072d06a8522e6f6a87c8b2310bec7b099d
parentefaf1007787d5a597be0926e2a694a4867af953a (diff)
downloadgpsd-cb0260dab093eb39351dfb12aec947db69fd5792.tar.gz
Fix minor typos.
Signed-off-by: Gary E. Miller <gem@rellim.com>
-rw-r--r--INSTALL4
-rw-r--r--gpsmon.c2
-rw-r--r--gpsmon.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 1fdda6ce..eb053145 100644
--- a/INSTALL
+++ b/INSTALL
@@ -278,7 +278,7 @@ If your scons is less than 2.3.0 you will need to get a newer scons
from wheezy-backport. Partial instructions are detailed here:
http://backports.debian.org/Instructions/
-Basically you need to add this line to /etc/apt/sources.list:
+Basically you need to add this line to /etc/apt/sources.list:
--------------------------------------------------------------
deb http://http.debian.net/debian wheezy-backports main
@@ -349,7 +349,7 @@ kgdboc=ttyAMA0,115200)". That frees the serial port from console use so
the GPS can use it.
Second you need to tell the boot process to load the pps_gpio module
-and attach /dev/pps0 to GPIO ping 4. Do that by adding this line
+and attach /dev/pps0 to GPIO pin 4. Do that by adding this line
to the bottom of /boot/config.txt: dtoverlay=pps-gpio,gpiopin=4
Reboot and proceed as for any other operating system to use gpsd.
diff --git a/gpsmon.c b/gpsmon.c
index ead84d05..c3eb3bd5 100644
--- a/gpsmon.c
+++ b/gpsmon.c
@@ -779,7 +779,7 @@ static void gpsmon_hook(struct gps_device_t *device, gps_mask_t changed UNUSED)
}
(void)snprintf(buf, sizeof(buf),
- "------------------- PPS offset: %.20s ------\n ",
+ "------------------- PPS offset: %.20s ------\n",
timedelta_str);
/*
* In direct mode this would be a bad idea, but we're not actually
diff --git a/gpsmon.xml b/gpsmon.xml
index 6f66273c..5dcb75f8 100644
--- a/gpsmon.xml
+++ b/gpsmon.xml
@@ -232,7 +232,7 @@ mode at current speed; with an argument of 1, change to binary
(native) mode. With no argument, toggle the setting. Will show an
error if the device doesn't have such modes.</para>
-<para>After you switch a dual-protocol GPS to NMEA mode wityh this
+<para>After you switch a dual-protocol GPS to NMEA mode with this
command, it retains the information about the original type and its
control capabilities. That is why the device type listed before the
prompt doesn't change.</para>