]> Git trees. - libqmvoc.git/commitdiff
let me introduce: typo of the year "the the"
authorFrederik Schwarzer <schwarzerf@gmail.com>
Thu, 25 Sep 2008 15:05:22 +0000 (15:05 +0000)
committerFrederik Schwarzer <schwarzerf@gmail.com>
Thu, 25 Sep 2008 15:05:22 +0000 (15:05 +0000)
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

index 48e68fddaa5d5ff864b28f0838fdb0a8a2b59cb5..aa3b1d2267f1353e45d66e342e2aa9c60d4297b5 100644 (file)
@@ -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