mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
Fix typo in error message
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24976 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b1f1d02ceb
commit
5b7c961784
@ -396,7 +396,7 @@ int muxer_init_muxer_lavf(muxer_t *muxer)
|
||||
|
||||
if(url_fopen(&priv->oc->pb, mp_filename, URL_WRONLY))
|
||||
{
|
||||
mp_msg(MSGT_MUXER, MSGL_FATAL, "Coulnd't open outfile\n");
|
||||
mp_msg(MSGT_MUXER, MSGL_FATAL, "Could not open outfile\n");
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user