From bdc0bc9b8bf51001acdba9bc3fe24c46bf10dacd Mon Sep 17 00:00:00 2001 From: phl0 Date: Tue, 19 Apr 2016 21:56:56 +0200 Subject: [PATCH] Correct typo --- DMRIPSC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMRIPSC.cpp b/DMRIPSC.cpp index 4cf7178..e02f26b 100644 --- a/DMRIPSC.cpp +++ b/DMRIPSC.cpp @@ -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();