Merge pull request #647 from mike-tesch/patch-1

Fix spelling mistake in UpdateApp.cs
This commit is contained in:
Mark McDowall 2015-06-27 20:21:28 -07:00
commit 120be567d3
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ namespace NzbDrone.Update
Logger.Info("Updating Sonarr to version {0}", BuildInfo.Version);
_container.Resolve<UpdateApp>().Start(args);
Logger.Info("Update compleded successfully");
Logger.Info("Update completed successfully");
}
catch (Exception e)
{