From f1d1bd5001cbd7416c3e546de3b3e4ef83834ff0 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 9 May 2006 20:57:04 +0000 Subject: [PATCH] spell checking svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=539160 --- kdeeducore/keduvocdocument.h | 4 ++-- kdeeducore/prefleitner.h | 6 +++--- libscience/isotope.h | 2 +- libscience/moleculeparser.h | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/kdeeducore/keduvocdocument.h b/kdeeducore/keduvocdocument.h index 5435630..78752e9 100644 --- a/kdeeducore/keduvocdocument.h +++ b/kdeeducore/keduvocdocument.h @@ -58,7 +58,7 @@ static const QLatin1String KV_TRANS("t"); // translated expression in spec #define KV_FAUX_AMI_T "tf" // false friend of this entry to org #define KV_SYNONYM "y" // synonym (same meaning) of expr #define KV_ANTONYM "a" // antonym (oppositite) of expr -#define KV_PRONUNCE "p" // how to pronunce this expression +#define KV_PRONUNCE "p" // how to pronounce this expression #define KV_SELECTED "s" // entry selected for queries #define KV_INACTIVE "i" // entry inactive (for queries) #define KV_EXPRTYPE "t" // type of expression @@ -545,7 +545,7 @@ class EDUCORE_EXPORT KEduVocDocument : public QObject /** * Returns pointer to expression object @p index * - * @param index index of desidered entry + * @param index index of desired entry * @returns pointer to object or NULL if index out of range */ KEduVocExpression *entry(int index); diff --git a/kdeeducore/prefleitner.h b/kdeeducore/prefleitner.h index 7182c78..f8792dd 100644 --- a/kdeeducore/prefleitner.h +++ b/kdeeducore/prefleitner.h @@ -30,7 +30,7 @@ class LeitnerSystem; class LeitnerBox; /** - * This class is a dialogue for configuring a LeitnerSystem + * This class is a dialog for configuring a LeitnerSystem * @author Martin Pfeiffer */ class EDUCORE_EXPORT PrefLeitner : public QDialog, public Ui::PrefLeitnerBase @@ -52,13 +52,13 @@ public: PrefLeitner( QWidget* parent = 0 , LeitnerSystem* system = 0 ); /** - * Sets the LeitnerSystem for the dialogue + * Sets the LeitnerSystem for the dialog * @param system a pointer to the LeitnerSystem to configure */ void setLeitnerSystem( LeitnerSystem* system ); /** - * Get the LeitnerSystem that is set to the dialogue + * Get the LeitnerSystem that is set to the dialog * @return a pointer to the actual set LeitnerSystem */ LeitnerSystem* system(); diff --git a/libscience/isotope.h b/libscience/isotope.h index 228e40d..fae41ba 100644 --- a/libscience/isotope.h +++ b/libscience/isotope.h @@ -152,7 +152,7 @@ class EDUSCIENCE_EXPORT Isotope ChemicalDataObject* m_parentElementSymbol; /** - * stores the infomation about the mass of the Isotope + * stores the information about the mass of the Isotope */ ChemicalDataObject* m_mass; diff --git a/libscience/moleculeparser.h b/libscience/moleculeparser.h index 5a85773..08a11f3 100644 --- a/libscience/moleculeparser.h +++ b/libscience/moleculeparser.h @@ -56,12 +56,12 @@ class ElementCount Element *element() const { return m_element; } /** - * @return the number of occurences of the Element + * @return the number of occurrences of the Element */ int count() const { return m_count; } /** - * Add @p _count occurences of the Element + * Add @p _count occurrences of the Element * @param _count The number of times the Element occurs */ void add(int _count) { m_count += _count; } @@ -73,7 +73,7 @@ class ElementCount Element *m_element; /** - * The number of occurences + * The number of occurrences */ int m_count; }; -- 2.47.3