Vincent Lang %!s(int64=9) %!d(string=hai) anos
pai
achega
48aac8e2b6
Modificáronse 1 ficheiros con 1 adicións e 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)
   {