diff --git a/mythtv/libs/libmythbase/mythcorecontext.cpp b/mythtv/libs/libmythbase/mythcorecontext.cpp index 9bb536947bc..d215b553ea9 100644 --- a/mythtv/libs/libmythbase/mythcorecontext.cpp +++ b/mythtv/libs/libmythbase/mythcorecontext.cpp @@ -1151,7 +1151,7 @@ bool MythCoreContext::CheckProtoVersion(MythSocket *socket, uint timeout_ms, LOG(VB_GENERAL, LOG_CRIT, "Protocol version check failure.\n\t\t\t" "The response to MYTH_PROTO_VERSION was empty.\n\t\t\t" "This happens when the backend is too busy to respond,\n\t\t\t" - "or has deadlocked in due to bugs or hardware failure."); + "or has deadlocked due to bugs or hardware failure."); return false; } diff --git a/mythtv/libs/libmythbase/mythsocket.cpp b/mythtv/libs/libmythbase/mythsocket.cpp index d85b35c763a..865aa612a5c 100644 --- a/mythtv/libs/libmythbase/mythsocket.cpp +++ b/mythtv/libs/libmythbase/mythsocket.cpp @@ -871,7 +871,7 @@ bool MythSocket::Validate(uint timeout_ms, bool error_dialog_desired) LOG(VB_GENERAL, LOG_ERR, "Protocol version check failure.\n\t\t\t" "The response to MYTH_PROTO_VERSION was empty.\n\t\t\t" "This happens when the backend is too busy to respond,\n\t\t\t" - "or has deadlocked in due to bugs or hardware failure."); + "or has deadlocked due to bugs or hardware failure."); return false; } else if (strlist[0] == "REJECT" && strlist.size() >= 2)