Index: trunk/logwood/logwood.c |
— | — | @@ -114,7 +114,7 @@ |
115 | 115 | g_hash_table_insert(all_projects, "wikimedia", &one); |
116 | 116 | g_hash_table_insert(all_projects, "wikibooks", &one); |
117 | 117 | g_hash_table_insert(all_projects, "wikinews", &one); |
118 | | - g_hash_table_insert(all_projects, "wikionary", &one); |
| 118 | + g_hash_table_insert(all_projects, "wiktionary", &one); |
119 | 119 | g_hash_table_insert(all_projects, "wikisource", &one); |
120 | 120 | g_hash_table_insert(all_projects, "wikiquote", &one); |
121 | 121 | |