From a507bfec80c92ae36702a2a08f9003467cc1d233 Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Fri, 24 Jul 2020 09:06:37 +0200 Subject: [PATCH] Fix more spelling errors As the previous commit, but adding --interactive=2 and ba codespell --write-changes --interactive=2 --summary --skip=*.m4 --ignore-words-list="ba,develope,get's,quitt,setts,som,ue,vektor" --- rigs/icom/optoscan.c | 2 +- rigs/kenwood/README.ts2k | 2 +- rigs/tentec/jupiter.c | 2 +- rotators/meade/meade.c | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rigs/icom/optoscan.c b/rigs/icom/optoscan.c index 864848360..da37e6cd7 100644 --- a/rigs/icom/optoscan.c +++ b/rigs/icom/optoscan.c @@ -788,7 +788,7 @@ static int optoscan_send_freq(RIG *rig, pltstate_t *state) /* read echo'd chars only...there will be no ACK from this command * * Note: - * It may have waited fro pltstate->usleep_time before reading the echo'd + * It may have waited for pltstate->usleep_time before reading the echo'd * chars, but the read will be blocking anyway. --SF * */ return icom_transaction(rig, C_CTL_MISC, S_OPTO_NXT, buff, 6, NULL, NULL); diff --git a/rigs/kenwood/README.ts2k b/rigs/kenwood/README.ts2k index cbc92a6db..acbfecac1 100644 --- a/rigs/kenwood/README.ts2k +++ b/rigs/kenwood/README.ts2k @@ -25,7 +25,7 @@ File change summary: (Hopefully, I'll keep this updated...) Makefile.am Added ts2k.c, ts2k.h ts2k.status current status in the form of rigctl help - Takes alot of time. May or may not be kept + Takes a lot of time. May or may not be kept up to date. Anybody write an expect script? ts2k.c New ts2k_menu.c (not implemented; work to allow menus to set the diff --git a/rigs/tentec/jupiter.c b/rigs/tentec/jupiter.c index f0148a137..eecb4697b 100644 --- a/rigs/tentec/jupiter.c +++ b/rigs/tentec/jupiter.c @@ -1103,7 +1103,7 @@ int tt538_get_func(RIG *rig, vfo_t vfo, setting_t func, int *status) * |__|__|__| (a 3 bit value, 0 - 7 indicating NB "strength" * 4 2 1 * - * Apparently the "ON" / "OFF" state ot the NB is NOT available for reading. This + * Apparently the "ON" / "OFF" state of the NB is NOT available for reading. This * state is visible in the Jupiter's menu. Hamlib does not support a "level" for * NB. We only recognize zero (off) or non-zero (on) for this function on read. */ diff --git a/rotators/meade/meade.c b/rotators/meade/meade.c index 03bab0980..bce8bcd98 100644 --- a/rotators/meade/meade.c +++ b/rotators/meade/meade.c @@ -60,7 +60,7 @@ struct meade_priv_data * Not the full set of available commands is used, the list here shows * only the commands of the telescope used by hamlib * - * All used Commands are supportet by Meade Telescopes with LX-200 protocol + * All used Commands are supported by Meade Telescopes with LX-200 protocol * (e.g. DS-2000 with Autostar) and should also work with the LX16 and * LX200GPS. * Tested only with DS-2000 and AutoStar 494 together with Meade 506 i2c to @@ -398,7 +398,7 @@ static int meade_park(ROT *rot) } /* - * Reset: Nothing to do exept parking + * Reset: Nothing to do except parking */ static int meade_reset(ROT *rot, rot_reset_t reset) {