changeset 3680:2cc5737ec923

fix comment typo
author steve
date Sun, 23 Dec 2001 19:09:24 +0000
parents f74f4524de6a
children 26126e5c3532
files libao2/ao_plugin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_plugin.c	Sun Dec 23 17:52:27 2001 +0000
+++ b/libao2/ao_plugin.c	Sun Dec 23 19:09:24 2001 +0000
@@ -57,7 +57,7 @@
   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){