Update Oobe.cs

This commit is contained in:
aren-cllc 2017-02-08 16:22:19 +01:00 committed by GitHub
parent 1ac01d9a27
commit 4164394fc2

View file

@ -212,7 +212,7 @@ namespace ShiftOS.WinForms
Thread.Sleep(3000);
try {
TutorialManager.StartTutorial();
} catch (Exeption e) {
} catch (Exception e) {
TextType("An error has occoured while starting the tutorial");
TextType(e.ToString());
}