Switch to side-by-side view

--- a/GUI/player/GUI_PlayerControls.cpp
+++ b/GUI/player/GUI_PlayerControls.cpp
@@ -120,7 +120,7 @@
     this->ui->songProgress->setValue(percent);
 }
 
-// This is called from the slider when the user wans a jump
+// This is called from the slider when the user wants a jump
 void GUI_Player::setProgressJump(int percent)
 {
     //qDebug() << "GUI_Player::setProgressJump: " << percent << " %";