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