[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. v4.0rc1-40-g44a88d24
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-07-17 14:20:37
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 44a88d24e85f2feb293c7b944ecc3f89e98839c0 (commit) via 981035195805d6f9c3faf2c9fcef686d46dffe8c (commit) from 664cfaa0c6423c8dd1e92a4485766775458ab3e2 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 44a88d24e85f2feb293c7b944ecc3f89e98839c0 Merge: 664cfaa0 98103519 Author: Michael Black <mdb...@ya...> Date: Fri Jul 17 09:13:49 2020 -0500 Merge pull request #346 from df7cb/typos Fix two typos commit 981035195805d6f9c3faf2c9fcef686d46dffe8c Author: Ervin Hegedus <ai...@gm...> Date: Fri Jul 17 15:36:28 2020 +0200 Fix two typos diff --git a/rigs/rs/gp2000.c b/rigs/rs/gp2000.c index cbf9c5ab..ac69e3b4 100644 --- a/rigs/rs/gp2000.c +++ b/rigs/rs/gp2000.c @@ -490,7 +490,7 @@ gp2000_get_info(RIG *rig) break; default: - printf("Unknown reponse: %s\n", p); + printf("Unknown response: %s\n", p); } diff --git a/rigs/winradio/g313-posix.c b/rigs/winradio/g313-posix.c index 7324c627..ba09ec56 100644 --- a/rigs/winradio/g313-posix.c +++ b/rigs/winradio/g313-posix.c @@ -196,7 +196,7 @@ int g313_open(RIG *rig) return -RIG_EIO; /* huh! */ } - rig_debug(RIG_DEBUG_VERBOSE, "%s: Openned G313\n", __func__); + rig_debug(RIG_DEBUG_VERBOSE, "%s: Opened G313\n", __func__); /* Make sure the receiver is switched on */ SetPower(priv->hRadio, 1); ----------------------------------------------------------------------- Summary of changes: rigs/rs/gp2000.c | 2 +- rigs/winradio/g313-posix.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |