ao-tools: Spelling fixes in a couple of man pages
authorKeith Packard <keithp@keithp.com>
Mon, 22 Oct 2018 23:48:04 +0000 (16:48 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 23 Oct 2018 00:13:09 +0000 (17:13 -0700)
ao-dbg.1 and ao-eeprom.1

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/ao-dbg/ao-dbg.1
ao-tools/ao-eeprom/ao-eeprom.1

index 00d3ac86318e24c83c21fc76e0a5c691cfab9dc6..53e766490aeb2c8ef0585d712b7b098dbe058843 100644 (file)
@@ -105,7 +105,7 @@ product, leaving out the serial number will cause the tool to match
 one of the available devices.
 .SH COMMANDS
 Once started, ao-dbg connects to the cc1111 and then reads and
 one of the available devices.
 .SH COMMANDS
 Once started, ao-dbg connects to the cc1111 and then reads and
-executes commands, either from stdin, or the nework connection to
+executes commands, either from stdin, or the network connection to
 sdcdb.
 .PP
 Unlike the command line, ao-dbg contains built-in help for each of these
 sdcdb.
 .PP
 Unlike the command line, ao-dbg contains built-in help for each of these
@@ -208,7 +208,7 @@ pins and then change the Port 1 data to set them high or low:
 > set sfr 0x90 0x00    # set P1_1 to low
 .IP "Reading the A/D converters"
 The six A/D converter inputs can each be connected to any of the P0 pins,
 > set sfr 0x90 0x00    # set P1_1 to low
 .IP "Reading the A/D converters"
 The six A/D converter inputs can each be connected to any of the P0 pins,
-ground, the A/D voltage refernece, an internal temperature sensor or VDD/3.
+ground, the A/D voltage reference, an internal temperature sensor or VDD/3.
 To read one of these values, select an A/D converter to use then start the
 conversion process. The cc1111 manual has the table for selecting the input
 on page 144.
 To read one of these values, select an A/D converter to use then start the
 conversion process. The cc1111 manual has the table for selecting the input
 on page 144.
index ed498147fed27a007dadf0f23842539449db85e3..728f11ed2ffbb1bff79c956bd9ae195e81efa592 100644 (file)
@@ -52,6 +52,6 @@ downloads the eeprom contents from a connected TeleMetrum device.
 .SH USAGE
 .I ao-eeprom
 connects to the specified target device and dumps each block of the
 .SH USAGE
 .I ao-eeprom
 connects to the specified target device and dumps each block of the
-eeprom to stdout in hexidecimal bytes.
+eeprom to stdout in hexadecimal bytes.
 .SH AUTHOR
 Keith Packard
 .SH AUTHOR
 Keith Packard