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"
pull/351/head
Daniele Forsi 2020-07-24 09:06:37 +02:00
rodzic d7b332c3f7
commit a507bfec80
4 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -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);

Wyświetl plik

@ -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

Wyświetl plik

@ -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.
*/

Wyświetl plik

@ -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)
{