From b1871c1686d2e43e09e150f3ef56270ac17ecba6 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 23 Jan 2015 10:18:17 -0800 Subject: [PATCH] Spelling --- src/NzbDrone.Console/ConsoleApp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Console/ConsoleApp.cs b/src/NzbDrone.Console/ConsoleApp.cs index 3e3ffdc78..143c52c01 100644 --- a/src/NzbDrone.Console/ConsoleApp.cs +++ b/src/NzbDrone.Console/ConsoleApp.cs @@ -23,7 +23,7 @@ namespace NzbDrone.Console { System.Console.WriteLine(""); System.Console.WriteLine(""); - Logger.Fatal(exception.Message + ". This can happen if another instance of NzbDrone is already running or another applicaion is using the port assinged to NzbDrone (default: 8989)"); + Logger.Fatal(exception.Message + ". This can happen if another instance of NzbDrone is already running or another application is using the port assinged to NzbDrone (default: 8989)"); System.Console.WriteLine("Press any key to exit..."); System.Console.ReadLine(); Environment.Exit(1);