From d2b1cc3fed6c05aa1fac77a7e4174ca8e9ff82e4 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 23 Dec 2001 19:09:24 +0000 Subject: fix comment typo git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3681 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libao2') diff --git a/libao2/ao_plugin.c b/libao2/ao_plugin.c index 034d550261..1579c2b2aa 100644 --- a/libao2/ao_plugin.c +++ b/libao2/ao_plugin.c @@ -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){ -- cgit v1.2.3