1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00

Update UpdateApp.cs

Spelling fix
This commit is contained in:
Michael Tesch 2015-06-27 19:20:51 -06:00
parent 527122452c
commit cce82d38c0

View File

@ -42,7 +42,7 @@ public static void Main(string[] args)
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)
{