[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. v4.0rc1-69-g59d22e07
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-08-06 14:51:02
|
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 59d22e07485b2bf3e155cba53bf85a877b95e88e (commit) from 494a875d79c3b683d8a062b1efe45442d48aa33a (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 59d22e07485b2bf3e155cba53bf85a877b95e88e Author: Michael Black W9MDB <mdb...@ya...> Date: Thu Aug 6 09:50:45 2020 -0500 Fix spelling error in kenwood.c diff --git a/rigs/kenwood/kenwood.c b/rigs/kenwood/kenwood.c index b4636c88..6e965a36 100644 --- a/rigs/kenwood/kenwood.c +++ b/rigs/kenwood/kenwood.c @@ -757,7 +757,7 @@ int kenwood_open(RIG *rig) if (RIG_OK != err) { rig_debug(RIG_DEBUG_ERR, - "%s: no response to get_id from rig...contintuing anyways.\n", __func__); + "%s: no response to get_id from rig...continuing anyways.\n", __func__); } if (RIG_IS_TS2000 ----------------------------------------------------------------------- Summary of changes: rigs/kenwood/kenwood.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |