1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00

fix comment typo

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3681 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
steve 2001-12-23 19:09:24 +00:00
parent 17fe8edd9b
commit d2b1cc3fed

View File

@ -57,7 +57,7 @@ int add_plugin(int i,char* cfg){
if(cnt >= 100)
return 0;
// Is this the last itteration or just another plugin
// Is this the last iteration or just another plugin
if(cfg[cnt]=='\0'){
ao_plugin_local_data.plugins=malloc((i+1)*sizeof(ao_plugin_functions_t*));
if(ao_plugin_local_data.plugins){