diff --git a/daemon/src/sip/sipaccount.cpp b/daemon/src/sip/sipaccount.cpp
index a59aaf39e0f02489bc39a45cfc3d05b0ee4567a1..404622ae49d565599f55295db136988f017bf986 100644
--- a/daemon/src/sip/sipaccount.cpp
+++ b/daemon/src/sip/sipaccount.cpp
@@ -607,7 +607,7 @@ void SIPAccount::startKeepAliveTimer() {
         keepAliveDelay_.sec = 60;
     }
     else {
-        DEBUG("Regsitration Expire == %d", registrationExpire_);
+        DEBUG("Registration Expire == %d", registrationExpire_);
         keepAliveDelay_.sec = registrationExpire_;
     }