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" );