From e989ce099f19cab681d0bd01158fb63ec0114246 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eckhart=20W=C3=B6rner?= Date: Sat, 27 Sep 2008 21:48:46 +0000 Subject: [PATCH] svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=865515 --- libscience/spectrum.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libscience/spectrum.h b/libscience/spectrum.h index bf428be..45653ca 100644 --- a/libscience/spectrum.h +++ b/libscience/spectrum.h @@ -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 */ @@ -121,7 +121,7 @@ class SCIENCE_EXPORT Spectrum double minPeak(); /** - * @return the bigest wavelength + * @return the biggest wavelength */ double maxPeak(); -- 2.47.3