From 7e80c1bf73b357e04a4be5b32c21ce9f9495b4ce Mon Sep 17 00:00:00 2001 From: donlaci Date: Wed, 29 May 2024 13:51:28 +0200 Subject: [PATCH] spell checker --- src/modules/Projects/ProjectsEditor/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Projects/ProjectsEditor/App.xaml.cs b/src/modules/Projects/ProjectsEditor/App.xaml.cs index ce4beaa539..568893ad0a 100644 --- a/src/modules/Projects/ProjectsEditor/App.xaml.cs +++ b/src/modules/Projects/ProjectsEditor/App.xaml.cs @@ -49,7 +49,7 @@ namespace ProjectsEditor string[] args = Environment.GetCommandLineArgs(); if (args != null && args.Length > 1) { - Logger.LogInfo($"Strated with a parameter: {args[1]}. Trying to launch that project."); + Logger.LogInfo($"Started with a parameter: {args[1]}. Trying to launch that project."); _mainViewModel.LaunchProject(args[1]); return; }