From 5f4204d53cbca34959ff0e9b3eab87540be2005b Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 27 Jul 2005 10:10:32 +0000 Subject: [PATCH] fix periodically appearing misspelling ;) svn path=/trunk/KDE/kdeedu/kalzium/src/element.cpp; revision=439177 --- kalzium/src/element.cpp | 2 +- kalzium/src/element.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kalzium/src/element.cpp b/kalzium/src/element.cpp index b331b5d..d920c00 100644 --- a/kalzium/src/element.cpp +++ b/kalzium/src/element.cpp @@ -411,7 +411,7 @@ void Element::drawSelf( QPainter* p, bool simple, bool isCrystal ) } /*! - This looks pretty evil and it is. The problem is that a PerodicTableView is pretty + This looks pretty evil and it is. The problem is that a PeriodicTableView is pretty irregular and you cannot "calculate" the position. */ void Element::setupXY() diff --git a/kalzium/src/element.h b/kalzium/src/element.h index e5df142..008a643 100644 --- a/kalzium/src/element.h +++ b/kalzium/src/element.h @@ -325,7 +325,7 @@ class Element{ */ double meanmass(); - int x, y; //for the RegularPerodicTableView + int x, y; //for the RegularPeriodicTableView /** * adjusts the units for the data. The user can -- 2.47.3