changeset 447:d87de3a3eb3b

Fix a typo: unoffical -> unofficial
author zas_
date Sun, 20 Apr 2008 20:35:26 +0000
parents ddabc4873a3f
children a73cc0fa14d0
files src/collect-io.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/collect-io.c	Sun Apr 20 18:07:51 2008 +0000
+++ b/src/collect-io.c	Sun Apr 20 20:35:26 2008 +0000
@@ -166,7 +166,7 @@
 				    fail > GQ_COLLECTION_FAIL_MIN &&
 				    fail * 100 / total > GQ_COLLECTION_FAIL_PERCENT)
 					{
-					printf("%d invalid filenames in unoffical collection file, closing: %s\n", fail, path);
+					printf("%d invalid filenames in unofficial collection file, closing: %s\n", fail, path);
 					success = FALSE;
 					break;
 					}