[fix:] typo

This commit is contained in:
2026-05-16 14:42:28 +02:00
parent b5b6dc8de7
commit a74a97559b
+1 -1
View File
@@ -44,7 +44,7 @@ public partial class MainWindow : Window
RefreshCountryView();
// Initialize wiki integration
Logger.Log("Buliding wiki...");
Logger.Log("Building wiki...");
_wikiService = new WikiService();
try
{