aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
-rw-r--r--ShiftOS.WinForms/Oobe.cs2
1 files changed, 1 insertions, 1 deletions
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());
}