Skip to content

Commit

Permalink
Fix misspelled word.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Jun 21, 2023
1 parent 426f908 commit 86235fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/captions/textsubtitleparser.cpp
Expand Up @@ -317,7 +317,7 @@ void TextSubtitleParser::LoadSubtitles(bool inBackground)
auto *avio_ctx_buffer = (uint8_t*)av_malloc(IO_BUFFER_SIZE);
if (avio_ctx_buffer == nullptr)
{
LOG(VB_VBI, LOG_INFO, "Couldn't allocate mamory for avio context");
LOG(VB_VBI, LOG_INFO, "Couldn't allocate memory for avio context");
avformat_free_context(fmt_ctx);
return;
}
Expand Down

0 comments on commit 86235fe

Please sign in to comment.