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

@ -1 +1 @@
2361db3581db887d5f2de0077d0ef6a16a5bb582
4451ebfa870c7e8097e5dd714bef76ce8971aa41

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";