summaryrefslogtreecommitdiff
path: root/INSTALL
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 /INSTALL
parentefaf1007787d5a597be0926e2a694a4867af953a (diff)
downloadgpsd-cb0260dab093eb39351dfb12aec947db69fd5792.tar.gz
Fix minor typos.
Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 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.