From 4164394fc298ad1f53eab90182257e8740c74bc2 Mon Sep 17 00:00:00 2001 From: aren-cllc Date: Wed, 8 Feb 2017 16:22:19 +0100 Subject: [PATCH] Update Oobe.cs --- ShiftOS.WinForms/Oobe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index dbec174..bce19e2 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -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()); }