This commit is contained in:
Robert Muehsig
2017-11-15 23:43:39 +01:00
parent 5c14e585cf
commit 1f83a8d7ab
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ namespace ElectronNET.CLI.Commands
if (resultCode != 0)
{
Console.WriteLine("Error occured during dotnet publish.");
Console.WriteLine("Error occurred during dotnet publish.");
return false;
}

View File

@@ -55,7 +55,7 @@ namespace ElectronNET.CLI.Commands
if (resultCode != 0)
{
Console.WriteLine("Error occured during dotnet publish.");
Console.WriteLine("Error occurred during dotnet publish.");
return false;
}