Fixed Typo in boot sequence type

Former-commit-id: 5bed36ed38f9dd1b3954dae665974e3833eab86d
This commit is contained in:
johan
2013-11-19 21:57:35 +01:00
parent eb8903fb09
commit bfba00432f
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ public enum BootSequence {
switch(this) {
case rainbow:
return "Rainbow";
case knight_rider:
case knightrider:
return "Kinght Rider";
}
return "None";