From 981035195805d6f9c3faf2c9fcef686d46dffe8c Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Fri, 17 Jul 2020 15:36:28 +0200 Subject: [PATCH] Fix two typos --- rigs/rs/gp2000.c | 2 +- rigs/winradio/g313-posix.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rigs/rs/gp2000.c b/rigs/rs/gp2000.c index cbf9c5ab5..ac69e3b43 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 7324c6279..ba09ec561 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);