diff options
| author | aren-cllc <[email protected]> | 2017-02-08 16:22:19 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-08 16:22:19 +0100 |
| commit | 4164394fc298ad1f53eab90182257e8740c74bc2 (patch) | |
| tree | dca02c201f45796a79be520783317de4cb462151 | |
| parent | 1ac01d9a271dec29709afda268f225e979c8caba (diff) | |
| download | shiftos_thereturn-4164394fc298ad1f53eab90182257e8740c74bc2.tar.gz shiftos_thereturn-4164394fc298ad1f53eab90182257e8740c74bc2.tar.bz2 shiftos_thereturn-4164394fc298ad1f53eab90182257e8740c74bc2.zip | |
Update Oobe.cs
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 2 |
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()); } |
