Skip to content

Commit

Permalink
MythSingleDownload: fix typo in log message in DownloadURL()
Browse files Browse the repository at this point in the history
Refs #13488
Signed-off-by: Paul Harrison <pharrison@mythtv.org>
(cherry picked from commit 78b8e7b)
  • Loading branch information
ijc authored and Paul Harrison committed Oct 5, 2019
1 parent 3d48c63 commit 163e1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/mythsingledownload.cpp
Expand Up @@ -48,7 +48,7 @@ bool MythSingleDownload::DownloadURL(const QUrl &url, QByteArray *buffer,

if (ret)
{
LOG(VB_GENERAL, LOG_ERR, LOC + "evenloop failed");
LOG(VB_GENERAL, LOG_ERR, LOC + "eventloop failed");
}

m_replylock.lock();
Expand Down

0 comments on commit 163e1a4

Please sign in to comment.