From kde-commits Mon Nov 10 22:26:58 2003 From: Nadeem Hasan Date: Mon, 10 Nov 2003 22:26:58 +0000 To: kde-commits Subject: kdetoys/kweather X-MARC-Message: https://marc.info/?l=kde-commits&m=106850345817968 CVS commit by nhasan: Fix typo. CCMAIL: 66390-done@bugs.kde.org M +1 -1 kweather.cpp 1.82 --- kdetoys/kweather/kweather.cpp #1.81:1.82 @@ -243,5 +243,5 @@ void kweather::writeLogEntry() if (logFile.open(IO_Append | IO_ReadWrite)) { - QString temperature = callDCOP( "temperaure" ); + QString temperature = callDCOP( "temperature" ); QString wind = callDCOP( "wind" ); QString pressure = callDCOP( "pressure" );