diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:20:18 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-05 13:20:18 -0500 |
commit | 08842e5fb2779cda3d6cf892c88487c28c176b06 (patch) | |
tree | 75c5514e2d5eae905d291a720e63ecce7320968b /kalzium | |
parent | b84d8b1c47f17b3a02ee7d427b6bbcd362da4ed8 (diff) | |
download | tdeedu-08842e5fb2779cda3d6cf892c88487c28c176b06.tar.gz tdeedu-08842e5fb2779cda3d6cf892c88487c28c176b06.zip |
Fix typos.
Diffstat (limited to 'kalzium')
-rw-r--r-- | kalzium/src/spectrum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalzium/src/spectrum.h b/kalzium/src/spectrum.h index 090822a6..cfc65782 100644 --- a/kalzium/src/spectrum.h +++ b/kalzium/src/spectrum.h @@ -130,7 +130,7 @@ class Spectrum /** * cache the values of the biggest and - * smallest wavelenght + * smallest wavelength */ void adjustMinMax(){ m_min = minBand(); |