diff --git a/src/minidexed.cpp b/src/minidexed.cpp index 2ad415e..8ac590d 100644 --- a/src/minidexed.cpp +++ b/src/minidexed.cpp @@ -2341,7 +2341,7 @@ bool CMiniDexed::InitNetwork() m_pNetDevice = CNetDevice::GetNetDevice(NetDeviceType); - // syslog configuration + // Syslog configuration CIPAddress ServerIP = m_pConfig->GetNetworkSyslogServerIPAddress(); if (ServerIP.IsSet () && !ServerIP.IsNull ()) {