]> Git trees. - libqmvoc.git/commitdiff
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=865515
authorEckhart Wörner <ewoerner@kde.org>
Sat, 27 Sep 2008 21:48:46 +0000 (21:48 +0000)
committerEckhart Wörner <ewoerner@kde.org>
Sat, 27 Sep 2008 21:48:46 +0000 (21:48 +0000)
libscience/spectrum.h

index bf428be1ea33c672ab565a8c92e1566135a0344a..45653ca46af0e0ca990d4533dedf430b550740f9 100644 (file)
@@ -30,7 +30,7 @@ class Element;
 /**
  * @author Carsten Niehaus
  *
- * This class represents an spectrum with all its properties
+ * This class represents a spectrum with all its properties
  */
 class SCIENCE_EXPORT Spectrum
 {
@@ -95,8 +95,8 @@ class SCIENCE_EXPORT Spectrum
                void adjustIntensities();
 
                /**
-                * @param min the lowest allowed wavalength in nanometer
-                * @param max the highest allowed wavalength in nanometer
+                * @param min the lowest allowed wavelength in nanometer
+                * @param max the highest allowed wavelength in nanometer
                 * 
                 * @return the wavelength in a QList<double>
                 */
@@ -121,7 +121,7 @@ class SCIENCE_EXPORT Spectrum
                double minPeak();
                
                /**
-                * @return the bigest wavelength
+                * @return the biggest wavelength
                 */
                double maxPeak();