comparison src/collect-io.c @ 447:d87de3a3eb3b

Fix a typo: unoffical -> unofficial
author zas_
date Sun, 20 Apr 2008 20:35:26 +0000
parents ddabc4873a3f
children 48c8e49b571c
comparison
equal deleted inserted replaced
446:ddabc4873a3f 447:d87de3a3eb3b
164 fail++; 164 fail++;
165 if (limit_failures && 165 if (limit_failures &&
166 fail > GQ_COLLECTION_FAIL_MIN && 166 fail > GQ_COLLECTION_FAIL_MIN &&
167 fail * 100 / total > GQ_COLLECTION_FAIL_PERCENT) 167 fail * 100 / total > GQ_COLLECTION_FAIL_PERCENT)
168 { 168 {
169 printf("%d invalid filenames in unoffical collection file, closing: %s\n", fail, path); 169 printf("%d invalid filenames in unofficial collection file, closing: %s\n", fail, path);
170 success = FALSE; 170 success = FALSE;
171 break; 171 break;
172 } 172 }
173 } 173 }
174 } 174 }