From: Carsten Niehaus Date: Sun, 23 May 2004 12:30:28 +0000 (+0000) Subject: * adding support for CAS/IUPAC/IUPACOLD X-Git-Tag: v3.80.2~300^2~168 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=60f5571a7fb525a0db185cdaa3415e7a82cc45d9;p=libqmvoc.git * adding support for CAS/IUPAC/IUPACOLD svn path=/trunk/kdeedu/kalzium/src/element.cpp; revision=313773 --- diff --git a/kalzium/src/element.cpp b/kalzium/src/element.cpp index 59ff5cb..40e19a7 100644 --- a/kalzium/src/element.cpp +++ b/kalzium/src/element.cpp @@ -116,7 +116,7 @@ const QString Element::adjustUnits( double val, const int type ) v.append( "K" ); } } - else if ( type == LENGHT ) // its a lenght + else if ( type == LENGHT ) // its a length { v = QString::number( val ); v.append( " pm" ); diff --git a/kalzium/src/element.h b/kalzium/src/element.h index bffa82c..dfd6a30 100644 --- a/kalzium/src/element.h +++ b/kalzium/src/element.h @@ -114,7 +114,7 @@ class Element{ } /** - * @return the acidic behaviour of the element + * @return the acidic behavior of the element */ QString acidicbeh() const { return m_acidbeh;