]> Git trees. - libqmvoc.git/commitdiff
spell checking
authorPino Toscano <pino@kde.org>
Tue, 9 May 2006 21:03:58 +0000 (21:03 +0000)
committerPino Toscano <pino@kde.org>
Tue, 9 May 2006 21:03:58 +0000 (21:03 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=539164

extdate/extdatetime.cpp
extdate/extdatetime.h
kdeeduui/kdeeduglossary.h

index bf457818f127dcb09056bd12c9e5a1389d83a3aa..bb67b913da429eabadc3d146c7ed6c4f6c658dc7 100644 (file)
@@ -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
index ffd2c9ba920fc9eee628d5a5e1801088d5313dfe..56e39b6876516bce00b02e3fab346cef93bfa8fd 100644 (file)
@@ -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")
index 744a4c50b4fa1cc57d40a9071d674723dd7a1f8d..1a7a2ec19ff126168a4ecec90348c840104bfade 100644 (file)
@@ -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 );