Fix a typo: unoffical -> unofficial
authorLaurent Monin <geeqie@norz.org>
Sun, 20 Apr 2008 20:35:26 +0000 (20:35 +0000)
committerLaurent Monin <geeqie@norz.org>
Sun, 20 Apr 2008 20:35:26 +0000 (20:35 +0000)
src/collect-io.c

index 0927830..5ed8169 100644 (file)
@@ -166,7 +166,7 @@ static gint collection_load_private(CollectionData *cd, const gchar *path, Colle
                                    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;
                                        }