Vincent Lang hace 9 años
padre
commit
48aac8e2b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/display/DisplayComponent.cpp

+ 1 - 1
src/display/DisplayComponent.cpp

@@ -360,7 +360,7 @@ void DisplayComponent::switchCommand(QString command)
   }
 
   QLOG_INFO() << "Current mode:" << current_mode.getPrettyName();
-  QLOG_INFO() << "Mode requestd by command:" << mode.getPrettyName();
+  QLOG_INFO() << "Mode requested by command:" << mode.getPrettyName();
 
   foreach (auto cur, m_displayManager->displays[currentDisplay]->videoModes)
   {