Correct typo

This commit is contained in:
phl0 2016-04-19 21:56:56 +02:00
parent 93f26e74fe
commit bdc0bc9b8b

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();