aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
authoraren-cllc <[email protected]>2017-02-08 16:22:19 +0100
committerGitHub <[email protected]>2017-02-08 16:22:19 +0100
commit4164394fc298ad1f53eab90182257e8740c74bc2 (patch)
treedca02c201f45796a79be520783317de4cb462151 /ShiftOS.WinForms/Oobe.cs
parent1ac01d9a271dec29709afda268f225e979c8caba (diff)
downloadshiftos_thereturn-4164394fc298ad1f53eab90182257e8740c74bc2.tar.gz
shiftos_thereturn-4164394fc298ad1f53eab90182257e8740c74bc2.tar.bz2
shiftos_thereturn-4164394fc298ad1f53eab90182257e8740c74bc2.zip
Update Oobe.cs
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());
}