From 1f83a8d7abf11ce939c72b5a1038ab59530e8d91 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Wed, 15 Nov 2017 23:43:39 +0100 Subject: [PATCH] typo --- ElectronNET.CLI/Commands/BuildCommand.cs | 2 +- ElectronNET.CLI/Commands/StartElectronCommand.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ElectronNET.CLI/Commands/BuildCommand.cs b/ElectronNET.CLI/Commands/BuildCommand.cs index ff5fea4..b9866c9 100644 --- a/ElectronNET.CLI/Commands/BuildCommand.cs +++ b/ElectronNET.CLI/Commands/BuildCommand.cs @@ -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; } diff --git a/ElectronNET.CLI/Commands/StartElectronCommand.cs b/ElectronNET.CLI/Commands/StartElectronCommand.cs index 86585fb..355d3cc 100644 --- a/ElectronNET.CLI/Commands/StartElectronCommand.cs +++ b/ElectronNET.CLI/Commands/StartElectronCommand.cs @@ -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; }