From 3ca79adf73ba15183fea70ae3562d0e77bb236d5 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 17 Feb 2008 22:27:07 +0000 Subject: [PATCH] fix typo --- lib/dvb/frontend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2