aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/frontend.cpp')
-rw-r--r--lib/dvb/frontend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp
index 168ff052..521b9ef8 100644
--- a/lib/dvb/frontend.cpp
+++ b/lib/dvb/frontend.cpp
@@ -671,7 +671,7 @@ int eDVBFrontend::readFrontendData(int type)
return (int)(snr_in_db * 100.0);
}
else
- eDebug("no SNR dB caluclation for frontendtype %s yet", m_description);
+ eDebug("no SNR dB calculation for frontendtype %s yet", m_description);
return 0x12345678;
}
case signalQuality: