@@ -565,7 +565,7 @@ typedef unsigned int vfo_t;
565565#define RIG_TARGETABLE_ANT (1<<10)
566566#define RIG_TARGETABLE_ROOFING (1<<11) // roofing filter targetable by VFO
567567#define RIG_TARGETABLE_SPECTRUM (1<<12) // spectrum scope targetable by VFO
568- #define RIG_TARGETABLE_BAND (1<<13) // Band select -- e.g. Yaeus BS command
568+ #define RIG_TARGETABLE_BAND (1<<13) // Band select -- e.g. Yaesu BS command
569569#define RIG_TARGETABLE_COMMON (RIG_TARGETABLE_RITXIT | RIG_TARGETABLE_PTT | RIG_TARGETABLE_MEM | RIG_TARGETABLE_BANK)
570570#define RIG_TARGETABLE_ALL 0x7fffffff
571571//! @endcond
@@ -779,7 +779,7 @@ typedef long token_t;
779779 *
780780 * Current internal implementation
781781 * NUMERIC: val.f or val.i
782- * COMBO: val.i, starting from 0. Points to a table of strings or asci stored values.
782+ * COMBO: val.i, starting from 0. Points to a table of strings or ASCII stored values.
783783 * STRING: val.s or val.cs
784784 * CHECKBUTTON: val.i 0/1
785785 * BINARY: val.b
@@ -2586,7 +2586,7 @@ struct rig_state {
25862586 int lock_mode ; /*!< flag that prevents mode changes if ~= 0 -- see set/get_lock_mode */
25872587 powerstat_t powerstat ; /*!< power status */
25882588 char * tuner_control_pathname ; /*!< Path to external tuner control program that get 0/1 (Off/On) argument */
2589- char client_version [32 ]; /*!<! Allow client to report version for compatility checks/capability */
2589+ char client_version [32 ]; /*!<! Allow client to report version for compatibility checks/capability */
25902590 freq_t offset_vfoa ; /*!< Offset to apply to VFOA/Main set_freq */
25912591 freq_t offset_vfob ; /*!< Offset to apply to VFOB/Sub set_freq */
25922592};
0 commit comments