Git commit 40a5d0b48841f38790dc2c99307de0ed09df72ab by Heiko Becker.
Committed on 16/02/2024 at 14:27.
Pushed by heikobecker into branch 'release/24.02'.

Fix some typos in comments

GIT_SILENT

(cherry picked from commit 7dd16312e008be6f76a6dc12b062889dc031059c)

M  +1    -1    kcmcddb/doc/index.docbook
M  +1    -1    libkcddb/cdinfo.cpp
M  +3    -3    libkcddb/cdinfo.h

https://invent.kde.org/multimedia/libkcddb/-/commit/40a5d0b48841f38790dc2c99307de0ed09df72ab

diff --git a/kcmcddb/doc/index.docbook b/kcmcddb/doc/index.docbook
index dfee7fa..eb1caad 100644
--- a/kcmcddb/doc/index.docbook
+++ b/kcmcddb/doc/index.docbook
@@ -139,7 +139,7 @@ change anything.</para>
 </sect2>
 </sect1>
 
-<!-- follwing chapters need proofreading -->
+<!-- following chapters need proofreading -->
 <sect1 id="cddb-editor">
 <title>The CD Database Editor</title>
 
diff --git a/libkcddb/cdinfo.cpp b/libkcddb/cdinfo.cpp
index 2dd5852..cab501e 100644
--- a/libkcddb/cdinfo.cpp
+++ b/libkcddb/cdinfo.cpp
@@ -415,7 +415,7 @@ namespace KCDDB
     if (get(QLatin1String( "revision" )) != 0)
       s += QLatin1String( "# Revision: " ) + get(QLatin1String( "revision" 
)).toString() + QLatin1Char( '\n' );
 
-    // If we are submiting make it a fully compliant CDDB entry
+    // If we are submitting make it a fully compliant CDDB entry
     if (submit)
     {
       s += QLatin1String( "#\n" );
diff --git a/libkcddb/cdinfo.h b/libkcddb/cdinfo.h
index 0e57d6e..8c2959a 100644
--- a/libkcddb/cdinfo.h
+++ b/libkcddb/cdinfo.h
@@ -37,7 +37,7 @@ namespace KCDDB
   };
 
   /**
-   * Information about a sepecific track in a cd.
+   * Information about a specific track in a cd.
    */
   class KCDDB_EXPORT TrackInfo
   {
@@ -66,7 +66,7 @@ namespace KCDDB
        * Set any data from this track.
        * @p type is case insensitive.
        * For example <code>set("title", "Rock this world")</code>
-       * Useful for atributes that other apps want to add.
+       * Useful for attributes that other apps want to add.
        * Data will be stored in the local cddb cache, but not sent to the cddb 
server
        */
       void set(const QString &type, const QVariant &data);
@@ -156,7 +156,7 @@ namespace KCDDB
        * Set any data from this disc.
        * @p type is case insensitive.
        * For example <code>set("title", "Rock this world")</code>
-       * Useful for atributes that other apps want to add.
+       * Useful for attributes that other apps want to add.
        * Data will be stored in the local cddb cache, but not sent to the cddb 
server
        */
       void set(const QString &type, const QVariant &data);

Reply via email to