From fe0d774963286b3986e48ffe6d1f4c8bafaa20ef Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Thu, 25 Sep 2008 15:05:22 +0000 Subject: [PATCH] let me introduce: typo of the year "the the" mostly seen as "the the" -> "the" "the the" -> "to the" and in its best case "a the the" -> "" :) svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=864814 --- libscience/tempunit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libscience/tempunit.cpp b/libscience/tempunit.cpp index 48e68fd..aa3b1d2 100644 --- a/libscience/tempunit.cpp +++ b/libscience/tempunit.cpp @@ -24,7 +24,7 @@ double TempUnit::convert( double value, TempUnit::Unit from, TempUnit::Unit to ) { /** * These are the four formula needed to convert from - * Kelvin the the other units: + * Kelvin to the other units: Kelvin Celsius °C = K - 273,15 Kelvin Fahrenheit °F = K × 1,8 - 459,67 -- 2.47.3