Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Faild -> Failed
  • Loading branch information
b1rger authored May 14, 2019
1 parent 65a29cb commit c406e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame-writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ void FrameWriter::init_audio_stream()
swrCtx = swr_alloc();
if (!swrCtx)
{
std::cerr << "Faild to allocate swr context" << std::endl;
std::cerr << "Failed to allocate swr context" << std::endl;
std::exit(-1);
}

Expand Down

0 comments on commit c406e16

Please sign in to comment.