]> Git trees. - libqmvoc.git/commitdiff
* adding support for CAS/IUPAC/IUPACOLD
authorCarsten Niehaus <cniehaus@gmx.de>
Sun, 23 May 2004 12:30:28 +0000 (12:30 +0000)
committerCarsten Niehaus <cniehaus@gmx.de>
Sun, 23 May 2004 12:30:28 +0000 (12:30 +0000)
svn path=/trunk/kdeedu/kalzium/src/element.cpp; revision=313773

kalzium/src/element.cpp
kalzium/src/element.h

index 59ff5cb7495437b4426a1080086e4508c556e561..40e19a700c9d83938d9ca2341b865e5af4a437b0 100644 (file)
@@ -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" );
index bffa82c6378d61a360cdd3d35c1d6740e3129732..dfd6a30a148173997441a11f36ebf315d63298d8 100644 (file)
@@ -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;