Skip to content

Commit 96bb604

Browse files
committed
Fix typos
1 parent 748b45b commit 96bb604

File tree

13 files changed

+27
-27
lines changed

13 files changed

+27
-27
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Version 4.6
2121
* Add rigctlsync utility to synchronize frequency from a rig to SDR# (or others)
2222
* Add SDR# rig for use with SDR#'s gpredict plugin -- can only get/set freq
2323
* Add Apex Shared Loop rotator -- unidirectional only so far
24-
* Add client_version to rigctld so client can report it's version for future use/compatility/alternatives
24+
* Add client_version to rigctld so client can report it's version for future use/compatibility/alternatives
2525
* Add --set-conf=tuner_control_pathname=hamlib_tuner_control (default)
2626
If file exists then it will be called with 0/1 (Off/On) argument
2727
with 'U TUNER 0' or 'U TUNER 1"

doc/README.man-pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ PDF as blocks of constant width text and should be verbatim input or output
159159
in the shell, programs, or blocks of source code.
160160

161161
Text intended to be typed at a shell or program prompt should be in bold and
162-
program orshell output in normal weight. In some cases it will be necessary
162+
program or shell output in normal weight. In some cases it will be necessary
163163
to use the "\fB...\fP" font formatting calls especially where backslash
164164
escapes ("\\") are required.
165165

doc/hamlib.cfg.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ MAN_EXTENSION = .3
1717
# Set GENERATE_LATEX to YES to generate the needed files for the PDF manual
1818
# and run 'make doc'. Then 'cd latex ; make' to generate the PDF manual.
1919
#
20-
# See section 1.3.1.2 in @top_srcdir@/README.developer for the needed LaTEX
20+
# See section 1.3.1.2 in @top_srcdir@/README.developer for the needed LaTeX
2121
# packages.
2222
USE_PDFLATEX = YES
2323
PDF_HYPERLINKS = YES

extra/kylix/README.kylix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ hamlib_rotapi.pas
1616
HamlibComponents.pas
1717

1818
This file contain two components that encapsulate the rig and rotator
19-
frontends. It is very simular to the C++ class.
19+
frontends. It is very similar to the C++ class.
2020

2121

2222
A simple test program is included in the tests/ directory. It implements
2323
a selection dialog and a very simple Radio Control dialog.
2424

25-
This binding was develop with Borland Kylix Open Edition Ver 2.0. Open Edition
25+
This binding was developed with Borland Kylix Open Edition Ver 2.0. Open Edition
2626
is freely downloadable from Borland's website for use with GPL projects.
2727
http://www.borland.com/kylix/
2828

extra/kylix/hamlib_rigapi.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ function RIG_VFO_SUB: integer; // macro
327327
//#define RIG_IS_TOKEN_FRONTEND(t) ((t)&(1<<30))
328328

329329
{*
330-
* strongly inspired from soundmedem. Thanks Thomas!
330+
* strongly inspired from soundmodem. Thanks Thomas!
331331
*}
332332
RIG_CONF_STRING = 0;
333333
RIG_CONF_COMBO = 1;
@@ -472,7 +472,7 @@ function RIG_VFO_SUB: integer; // macro
472472

473473
const
474474
{*
475-
* tranceive mode, ie. the rig notify the host of any event,
475+
* transceive mode, ie. the rig notify the host of any event,
476476
* like freq changed, mode changed, etc.
477477
*}
478478
RIG_TRN_OFF = 0;

include/hamlib/rig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
};

rigs/jrc/jst145.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ static int jst145_get_mode(RIG *rig, vfo_t vfo, rmode_t *mode, pbwidth_t *width)
506506

507507
if (retval != RIG_OK)
508508
{
509-
rig_debug(RIG_DEBUG_ERR, "%s: jrc_transcation failed: %s\n", __func__,
509+
rig_debug(RIG_DEBUG_ERR, "%s: jrc_transaction failed: %s\n", __func__,
510510
rigerror(retval));
511511
}
512512

rigs/uniden/uniden_digital.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* use the address returned from one of the commands. If you decide
4747
* the latter method, the order is slightly confusing but, I have it
4848
* well documented within DSctl. The latter method is also as much
49-
* as 30% faster then using the Uniden software or "Get Next
49+
* as 30% faster than using the Uniden software or "Get Next
5050
* Location" command.
5151
*/
5252

rigs/yaesu/newcat.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3536,7 +3536,7 @@ int newcat_set_powerstat(RIG *rig, powerstat_t status)
35363536

35373537
ENTERFUNC;
35383538

3539-
#if 0 // all Yaeus rigs have PS and calling this here interferes with power on
3539+
#if 0 // all Yaesu rigs have PS and calling this here interferes with power on
35403540

35413541
if (!newcat_valid_command(rig, "PS"))
35423542
{
@@ -7809,7 +7809,7 @@ int newcat_set_tx_vfo(RIG *rig, vfo_t tx_vfo)
78097809

78107810
if (is_ftdx101d || is_ftdx101mp)
78117811
{
7812-
// what other Yaeus rigs should be using this?
7812+
// what other Yaesu rigs should be using this?
78137813
// The DX101D returns FT0 when in split and not transmitting
78147814
command = "ST";
78157815
}
@@ -7840,7 +7840,7 @@ int newcat_get_tx_vfo(RIG *rig, vfo_t *tx_vfo)
78407840

78417841
if (is_ftdx101d || is_ftdx101mp)
78427842
{
7843-
// what other Yaeus rigs should be using this?
7843+
// what other Yaesu rigs should be using this?
78447844
// The DX101D returns FT0 when in split and not transmitting
78457845
command = "ST";
78467846
}
@@ -10897,7 +10897,7 @@ int newcat_set_cmd_validate(RIG *rig)
1089710897
{
1089810898
// for the BS command we can only run it once
1089910899
// so we'll assume it worked
10900-
// maybe Yaeus will make this command more intelligent
10900+
// maybe Yaesu will make this command more intelligent
1090110901
if (strstr(priv->cmd_str, "BS")) { RETURNFUNC(RIG_OK); }
1090210902

1090310903
// if the first two chars match we are validated

src/amplifier.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ static int remove_opened_amp(const AMP *amp)
132132

133133
#ifdef XXREMOVEDXX
134134
/**
135-
* \brief Executess cfunc() on each #AMP handle.
135+
* \brief Executes cfunc() on each #AMP handle.
136136
*
137137
* \param cfunc The function to be executed on each #AMP handle.
138138
* \param data Data pointer to be passed to cfunc()

0 commit comments

Comments
 (0)