Merge pull request #21 from phl0/NextionFormatting

Correct typo
This commit is contained in:
Jonathan Naylor 2016-04-19 22:04:53 +01:00
commit d5bb3e6a8a

View file

@ -339,7 +339,7 @@ void CDMRIPSC::clock(unsigned int ms)
m_retryTimer.start();
break;
case WAITING_CONFIG:
LogMessage("Logged into the master succesfully");
LogMessage("Logged into the master successfully");
m_status = RUNNING;
m_timeoutTimer.start();
m_retryTimer.stop();