From: Pino Toscano Date: Tue, 9 May 2006 21:03:58 +0000 (+0000) Subject: spell checking X-Git-Tag: v3.80.2~93 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=d01d3397f265ef8ecdc8d9c84d4f7a4dc044c4b2;p=libqmvoc.git spell checking svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=539164 --- diff --git a/extdate/extdatetime.cpp b/extdate/extdatetime.cpp index bf45781..bb67b91 100644 --- a/extdate/extdatetime.cpp +++ b/extdate/extdatetime.cpp @@ -242,7 +242,7 @@ QString ExtDate::toString( const QString& format ) const if ( ! isValid() ) return QString(); //We use the KDE Date format specs. - //Replace occurences of the following tokens with their + //Replace occurrences of the following tokens with their //corresponding values: // // %Y The year, including centuries prefix (e.g., "1984") @@ -814,7 +814,7 @@ QString ExtDateTime::toString( const QString& format ) const QString result = date().toString( format ); //For the time format, use the following KDE format specs: - //Replace occurences of the following tokens with their + //Replace occurrences of the following tokens with their //corresponding values: // // %H Hour in 24h format, 2 digits diff --git a/extdate/extdatetime.h b/extdate/extdatetime.h index ffd2c9b..56e39b6 100644 --- a/extdate/extdatetime.h +++ b/extdate/extdatetime.h @@ -234,7 +234,7 @@ class EXTDATE_EXPORT ExtDate *@p format a QString describing the date format according to *a subset of the KDE date string specification: * - *Any occurence of the following tokens in the format string + *Any occurrence of the following tokens in the format string *are replaced with the corresponding value: * *@li %Y The year, including centuries prefix (e.g., "1984") @@ -261,7 +261,7 @@ class EXTDATE_EXPORT ExtDate */ bool setYMD( int y, int m, int d ); /** - *@short Set the ExtDate acording to the given Julian Day. + *@short Set the ExtDate according to the given Julian Day. *@p _jd the Julian Day of the date to be set *@return true if the ExtDate is valid *@note The Julian Day is a simple count of the number of days @@ -364,7 +364,7 @@ class EXTDATE_EXPORT ExtDate *@return an ExtDate constructed from the string representation *given as an argument. *@p s The string representation of the date - *@p format A string representing the date format, acording to + *@p format A string representing the date format, according to *the KDE date string specification. *@see ExtDate::toString( const QString &format ) */ @@ -531,7 +531,7 @@ public: *@p format string representation of the date/time format, using *the KDE date/time string specification: * - *Any occurence of the following tokens in the format string + *Any occurrence of the following tokens in the format string *are replaced with the corresponding value: * *@li %Y The year, including centuries prefix (e.g., "1984") diff --git a/kdeeduui/kdeeduglossary.h b/kdeeduui/kdeeduglossary.h index 744a4c5..1a7a2ec 100644 --- a/kdeeduui/kdeeduglossary.h +++ b/kdeeduui/kdeeduglossary.h @@ -156,7 +156,7 @@ class EDUUI_EXPORT Glossary * @param url The path of the file to load * * @return a bool indicating whether the loading of the XML was - * successfull or not + * successful or not */ bool loadLayout( QDomDocument& doc, const KUrl& url );