mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Fix typo in comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24541 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
304a901fcf
commit
e9ea243fbd
@ -91,7 +91,7 @@ static int control(struct af_instance_s* af, int cmd, void* arg)
|
||||
af->data->bps == data->bps)
|
||||
return AF_DETACH;
|
||||
|
||||
// Check for errors in configuraton
|
||||
// Check for errors in configuration
|
||||
if((AF_OK != check_bps(data->bps)) ||
|
||||
(AF_OK != check_format(data->format)) ||
|
||||
(AF_OK != check_bps(af->data->bps)) ||
|
||||
|
Loading…
Reference in New Issue
Block a user