Fix spelling error

pull/345/head
Michael Black W9MDB 2020-06-22 23:46:27 -05:00
rodzic e8bd6517af
commit 253a3d8643
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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