From: Eckhart Wörner Date: Sat, 27 Sep 2008 21:48:46 +0000 (+0000) Subject: svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=865515 X-Git-Tag: v4.1.80~10 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=e989ce099f19cab681d0bd01158fb63ec0114246;p=libqmvoc.git svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=865515 --- 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();