[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 253a3d8643895a6ec4570
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-06-23 04:46:49
|
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 253a3d8643895a6ec45705007d9e7121b64850bc (commit) from e8bd6517af1893a3991ea2a7ad6a09f0eae4565f (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 253a3d8643895a6ec45705007d9e7121b64850bc Author: Michael Black W9MDB <mdb...@ya...> Date: Mon Jun 22 23:46:27 2020 -0500 Fix spelling error diff --git a/src/network.c b/src/network.c index b1e93167..7273606d 100644 --- a/src/network.c +++ b/src/network.c @@ -205,7 +205,7 @@ int network_open(hamlib_port_t *rp, int default_port) { status = inet_pton(AF_INET6, hoststr, &serveraddr); - if (status == 1) /* valide IPv6 address */ + if (status == 1) /* valid IPv6 address */ { hints.ai_family = AF_INET6; hints.ai_flags |= AI_NUMERICHOST; ----------------------------------------------------------------------- Summary of changes: src/network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |