Update UpdateApp.cs

Spelling fix
This commit is contained in:
Michael Tesch 2015-06-27 19:20:51 -06:00
parent 527122452c
commit cce82d38c0
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)
{