diff --git a/PLAN b/PLAN index d22b25b5b..f94a1357a 100644 --- a/PLAN +++ b/PLAN @@ -1,7 +1,7 @@ Here is a non-exhaustive list of things IMO to keep in mind while -developping the Hamlib library. +developing the Hamlib library. Plan: @@ -39,7 +39,7 @@ Applications: o control your rig from your computer, can be handy if you've relocated your UHF transceiver in the attic, to reduce cable loss. o edit/backup/restore/extend the memory capacity of your rig -o software scanning (and huristics) +o software scanning (and heuristics) o s/w squelch o real time spectral analysis and digital modes ( Frank has written some working code for this) it does 40 frames / sec and no load, @@ -66,7 +66,7 @@ I think some features can be coded using bit fields and masking. Maybe we can distinguish between 3 states : - Don't have this feature, - Have it, - - Have it and can control (r/w) it remotly using the backend in hamlib + - Have it and can control (r/w) it remotely using the backend in hamlib o freq ranges supported: rx/mode, tx/modes/power o number of VFO, operations (set VFO separately, VFO A=B, switch, ..) diff --git a/README.coding_style b/README.coding_style index 89d5326f9..7a3e2594e 100644 --- a/README.coding_style +++ b/README.coding_style @@ -1,4 +1,4 @@ -This document superceeds any other prior documentation or commentary regarding +This document supersedes any other prior documentation or commentary regarding the formatting of the Hamlib C and C++ source code. This document does not apply to the Autotools build system, i.e. configure.ac, Makefile.am or the Autoconf macros in the 'macros/' directory. @@ -110,7 +110,7 @@ The old file will be copied to 'moonmelter.c.orig' as a back up. * One space between a conditional key word and its opening parentheses. -* No space between a function name and its opening paretheses. +* No space between a function name and its opening parentheses. * No space between a pointer operator ('*') and the pointer name. Likewise for the address operator ('&'). Exception: In a function prototype and diff --git a/doc/man1/ampctl.1 b/doc/man1/ampctl.1 index f2515a0d0..e51331caf 100644 --- a/doc/man1/ampctl.1 +++ b/doc/man1/ampctl.1 @@ -483,7 +483,7 @@ If .B Readline library development files are found at configure time, .B ampctl -will be conditonally built with Readline support for command and argument entry. +will be conditionally built with Readline support for command and argument entry. Readline command key bindings are at their defaults as described in the .UR https://tiswww.cwru.edu/php/chet/readline/rluserman.html Readline manual diff --git a/doc/man1/rigctl.1 b/doc/man1/rigctl.1 index 866fa3b76..841fe3c48 100644 --- a/doc/man1/rigctl.1 +++ b/doc/man1/rigctl.1 @@ -1356,7 +1356,7 @@ Set .IP Set vfo option Status 1=on or 0=off This is the same as using the -o switch for rigctl and ritctld. -This can be dyamically changed while running. +This can be dynamically changed while running. . .TP .BR get_separator @@ -1371,9 +1371,9 @@ Set .RI \(aq SeparatorChar \(aq .IP Change rigctld response to use a special char instead of newline (recommend #). -This can be dyamically changed while running. +This can be dynamically changed while running. Handy for node-red's tcprequest node. -This can be dyamically changed while running. +This can be dynamically changed while running. . .TP .BR pause " \(aq" \fISeconds\fP \(aq @@ -1451,7 +1451,7 @@ If .B Readline library development files are found at configure time, .B rigctl -will be conditonally built with Readline support for command and argument entry. +will be conditionally built with Readline support for command and argument entry. Readline command key bindings are at their defaults as described in the .UR https://tiswww.cwru.edu/php/chet/readline/rluserman.html Readline manual diff --git a/doc/man1/rigctld.1 b/doc/man1/rigctld.1 index 8e80db79d..b42b83066 100644 --- a/doc/man1/rigctld.1 +++ b/doc/man1/rigctld.1 @@ -1193,7 +1193,7 @@ Set .IP Set vfo option Status 1=on or 0=off This is the same as using the -o switch for rigctl and ritctld. -This can be dyamically changed while running. +This can be dynamically changed while running. . .TP .BR set_lock_mode " \(aq" \fILocked\fP \(aq diff --git a/doc/man1/rigctlsync.1 b/doc/man1/rigctlsync.1 index e2c504b1b..d07dc83b4 100644 --- a/doc/man1/rigctlsync.1 +++ b/doc/man1/rigctlsync.1 @@ -29,7 +29,7 @@ rigctlsync \- synchronize a rig to SDR# (or other rig) .YS . .SH DESCRIPTION -Allows you to synchornize frequence from a rig to SDR#. +Allows you to synchornize frequency from a rig to SDR#. Best when used with rigctld, FlRig, or a multiport radio. . .PP diff --git a/doc/man1/rotctl.1 b/doc/man1/rotctl.1 index 93c925883..83175119c 100644 --- a/doc/man1/rotctl.1 +++ b/doc/man1/rotctl.1 @@ -658,7 +658,7 @@ If .B Readline library development files are found at configure time, .B rotctl -will be conditonally built with Readline support for command and argument entry. +will be conditionally built with Readline support for command and argument entry. Readline command key bindings are at their defaults as described in the .UR https://tiswww.cwru.edu/php/chet/readline/rluserman.html Readline manual diff --git a/doc/man7/hamlib-primer.7 b/doc/man7/hamlib-primer.7 index e078cdd0d..b8f671e34 100644 --- a/doc/man7/hamlib-primer.7 +++ b/doc/man7/hamlib-primer.7 @@ -95,7 +95,7 @@ SourceForge.net Hamlib files .UE Web page. . -RCs are identifed by having a +RCs are identified by having a .I ~rcX suffix where the .I X @@ -641,7 +641,7 @@ are generated. In the top-level directory is the .B bootstrap script from which the build system is -.IR bootsrapped\(emthe +.IR bootstrapped\(emthe process of generating the Hamlib build system from .I configure.ac and the various diff --git a/rotators/ioptron/README_ioptron b/rotators/ioptron/README_ioptron index d001c0431..ef610b66a 100644 --- a/rotators/ioptron/README_ioptron +++ b/rotators/ioptron/README_ioptron @@ -6,5 +6,5 @@ Minor annoyance - the mount will automatically start siderial tracking after a s Bigger annoyance - Be careful with the GEM mounts (iEQ30, iEQ45) in alt-az mode. The dec/el motor cord easily catches on the ra/az clutch knobs when slewing in az. I attached a small standoff to keep the cord out of the way. -Reccomendation - since the hand controller remains plugged, in I suggest that you use it for calibration, manual slews and setting and going to the zero position. +Recommendation - since the hand controller remains plugged, in I suggest that you use it for calibration, manual slews and setting and going to the zero position.