[multimedia/kid3] /: Fix various typos

Urs Fleisch null at kde.org
Fri Sep 19 15:35:51 BST 2025


Git commit f1ea55a7485f90072d91f48f9acaa092f78b25ee by Urs Fleisch, on behalf of Kunda Ki.
Committed on 19/09/2025 at 14:32.
Pushed by ufleisch into branch 'master'.

Fix various typos
Found via:
`codespell -S "*.appdata.xml,*.desktop,*.notifyrc,*.patch,*.xml,*.po,./po,./src/qml/script/FixId3v2StandardViolations.qml" -L asign,destroi,fle,fo,fom,foto,hist,indx,indexin,inout,ist,lod,nam,nd,optio,parm,parms,previousy,requestor,reserv,sav,siz,smal,som,ue,wors`

M  +1    -1    android/CMakeLists.txt
M  +1    -1    build.sh
M  +1    -1    doc/en/index.docbook
M  +1    -1    src/app/cli/kid3cli.cpp
M  +1    -1    src/app/kde/kdeplatformtools.cpp
M  +1    -1    src/app/kde/kdesettings.cpp
M  +1    -1    src/app/qt/platformtools.cpp
M  +1    -1    src/core/config/formatconfig.cpp
M  +1    -1    src/core/config/formatconfig.h
M  +1    -1    src/core/config/tagconfig.cpp
M  +1    -1    src/core/import/textimporter.cpp
M  +1    -1    src/core/model/filesystemmodel.cpp
M  +1    -1    src/core/utils/coreplatformtools.cpp
M  +1    -1    src/gui/dialogs/browsecoverartdialog.cpp
M  +1    -1    src/gui/dialogs/importdialog.cpp
M  +1    -1    src/gui/dialogs/textimportdialog.cpp
M  +3    -3    src/gui/forms/basemainwindow.cpp
M  +1    -1    src/gui/forms/basemainwindow.h
M  +1    -1    src/gui/forms/filelist.cpp
M  +1    -1    src/gui/forms/guiplatformtools.cpp
M  +1    -1    src/gui/forms/mprisinterface.h
M  +1    -1    src/plugins/id3libmetadata/mp3file.cpp
M  +1    -1    src/plugins/kid3qml/configobjects.h
M  +1    -1    src/plugins/oggflacmetadata/flacfile.cpp
M  +1    -1    src/plugins/qmlcommand/qmlcommandplugin.cpp
M  +2    -2    src/plugins/taglibmetadata/taglibext/dsdiff/dsdifffile.h
M  +2    -2    src/plugins/taglibmetadata/taglibext/dsf/dsffile.h
M  +1    -1    src/plugins/taglibmetadata/taglibfile.cpp

https://invent.kde.org/multimedia/kid3/-/commit/f1ea55a7485f90072d91f48f9acaa092f78b25ee

diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt
index 785d08590..fdeab4ca5 100644
--- a/android/CMakeLists.txt
+++ b/android/CMakeLists.txt
@@ -193,7 +193,7 @@ else(QT_VERSION_MAJOR LESS 6)
     QT_ANDROID_VERSION_CODE "${QT_ANDROID_APP_VERSION_CODE}"
   )
 
-  # To sign the package when building the apk target, the enviroment variables
+  # To sign the package when building the apk target, the environment variables
   # QT_ANDROID_KEYSTORE_PATH and QT_ANDROID_KEYSTORE_ALIAS must be set.
   # If QT_ANDROID_KEYSTORE_STORE_PASS is not set, the user has to enter the
   # password.
diff --git a/build.sh b/build.sh
index 1ca856238..965fd0190 100755
--- a/build.sh
+++ b/build.sh
@@ -1789,7 +1789,7 @@ if test "${QTPREFIX%%/qt-*}" = "$(pwd)"; then
 fi
 
 # Set QTBINARYDIR starting with "$(pwd)/qt-", e.g. $(pwd)/qt-6.5.3/6.5.3/gcc_64/bin
-# to dowload Qt binaries for Linux.
+# to download Qt binaries for Linux.
 if test "${QTBINARYDIR%%/qt-*}" = "$(pwd)"; then
   _qt_arch=${QTBINARYDIR%%/bin}
   _qt_arch=${_qt_arch##*/}
diff --git a/doc/en/index.docbook b/doc/en/index.docbook
index b9f9d8ae6..6dbadcf5d 100644
--- a/doc/en/index.docbook
+++ b/doc/en/index.docbook
@@ -1043,7 +1043,7 @@ are used to create the real chapter, table of contents and embedded frames:
 The <guilabel>Description</guilabel> is used as the table of contents title,
 the <guilabel>Text</guilabel> column contains the chapter titles, and the
 corresponding <guilabel>Time</guilabel> value will be the chapter start time
-and the end time of the preceeding chapter. The end time of last chapter is
+and the end time of the preceding chapter. The end time of last chapter is
 determined by the <guilabel>Time</guilabel> of the last row if its
 <guilabel>Text</guilabel> is empty.
 </para>
diff --git a/src/app/cli/kid3cli.cpp b/src/app/cli/kid3cli.cpp
index 4ccd7d3cc..a2a3c30fc 100644
--- a/src/app/cli/kid3cli.cpp
+++ b/src/app/cli/kid3cli.cpp
@@ -238,7 +238,7 @@ Kid3Cli::Kid3Cli(Kid3Application* app,
  */
 Kid3Cli::~Kid3Cli()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/app/kde/kdeplatformtools.cpp b/src/app/kde/kdeplatformtools.cpp
index c3057a686..d097d80e1 100644
--- a/src/app/kde/kdeplatformtools.cpp
+++ b/src/app/kde/kdeplatformtools.cpp
@@ -49,7 +49,7 @@ KdePlatformTools::KdePlatformTools()
  */
 KdePlatformTools::~KdePlatformTools()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/app/kde/kdesettings.cpp b/src/app/kde/kdesettings.cpp
index e5153d0b4..ae41dcdc7 100644
--- a/src/app/kde/kdesettings.cpp
+++ b/src/app/kde/kdesettings.cpp
@@ -44,7 +44,7 @@ KdeSettings::KdeSettings(KSharedConfigPtr config, KSharedConfigPtr stateConfig)
  */
 KdeSettings::~KdeSettings()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/app/qt/platformtools.cpp b/src/app/qt/platformtools.cpp
index 87d1bfe8d..2a77b8c8b 100644
--- a/src/app/qt/platformtools.cpp
+++ b/src/app/qt/platformtools.cpp
@@ -61,7 +61,7 @@ QFileDialog::Options fileDialogOptions()
  */
 PlatformTools::PlatformTools()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/core/config/formatconfig.cpp b/src/core/config/formatconfig.cpp
index 05837196f..98fe94c39 100644
--- a/src/core/config/formatconfig.cpp
+++ b/src/core/config/formatconfig.cpp
@@ -56,7 +56,7 @@ FormatConfig::FormatConfig(const QString& grp)
  */
 FormatConfig::~FormatConfig()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/core/config/formatconfig.h b/src/core/config/formatconfig.h
index 5f9230269..c6d96bbc6 100644
--- a/src/core/config/formatconfig.h
+++ b/src/core/config/formatconfig.h
@@ -56,7 +56,7 @@ class KID3_CORE_EXPORT FormatConfig : public GeneralConfig {
   /** true to enable length restriction */
   Q_PROPERTY(bool enableMaximumLength READ enableMaximumLength
              WRITE setEnableMaximumLength NOTIFY enableMaximumLengthChanged)
-  /** true to enable formating in line edits */
+  /** true to enable formatting in line edits */
   Q_PROPERTY(bool formatWhileEditing READ formatWhileEditing
              WRITE setFormatWhileEditing NOTIFY formatWhileEditingChanged)
   /** true if string replacement enabled */
diff --git a/src/core/config/tagconfig.cpp b/src/core/config/tagconfig.cpp
index 66b17c1e9..95e252430 100644
--- a/src/core/config/tagconfig.cpp
+++ b/src/core/config/tagconfig.cpp
@@ -254,7 +254,7 @@ TagConfig::TagConfig()
  */
 TagConfig::~TagConfig()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/core/import/textimporter.cpp b/src/core/import/textimporter.cpp
index 5b5f75f6c..e54f2500f 100644
--- a/src/core/import/textimporter.cpp
+++ b/src/core/import/textimporter.cpp
@@ -45,7 +45,7 @@ TextImporter::TextImporter(TrackDataModel* trackDataModel)
  */
 TextImporter::~TextImporter()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/core/model/filesystemmodel.cpp b/src/core/model/filesystemmodel.cpp
index ebd9b226c..fe77972b0 100644
--- a/src/core/model/filesystemmodel.cpp
+++ b/src/core/model/filesystemmodel.cpp
@@ -925,7 +925,7 @@ bool FileSystemModel::setData(const QModelIndex &idx, const QVariant &value, int
             *After re-naming something we don't want the selection to change*
             - can't remove rows and later insert
             - can't quickly remove and insert
-            - index pointer can't change because treeview doesn't use persistant index's
+            - index pointer can't change because treeview doesn't use persistent index's
 
             - if this get any more complicated think of changing it to just
               use layoutChanged
diff --git a/src/core/utils/coreplatformtools.cpp b/src/core/utils/coreplatformtools.cpp
index 34fe0d867..1d414474d 100644
--- a/src/core/utils/coreplatformtools.cpp
+++ b/src/core/utils/coreplatformtools.cpp
@@ -45,7 +45,7 @@ CorePlatformTools::CorePlatformTools()
  */
 CorePlatformTools::~CorePlatformTools()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/gui/dialogs/browsecoverartdialog.cpp b/src/gui/dialogs/browsecoverartdialog.cpp
index f97b73e21..2b89dbfc4 100644
--- a/src/gui/dialogs/browsecoverartdialog.cpp
+++ b/src/gui/dialogs/browsecoverartdialog.cpp
@@ -159,7 +159,7 @@ BrowseCoverArtDialog::BrowseCoverArtDialog(Kid3Application* app,
  */
 BrowseCoverArtDialog::~BrowseCoverArtDialog()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/gui/dialogs/importdialog.cpp b/src/gui/dialogs/importdialog.cpp
index 6b72aac0f..da0c6f79d 100644
--- a/src/gui/dialogs/importdialog.cpp
+++ b/src/gui/dialogs/importdialog.cpp
@@ -272,7 +272,7 @@ ImportDialog::ImportDialog(IPlatformTools* platformTools,
  */
 ImportDialog::~ImportDialog()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/gui/dialogs/textimportdialog.cpp b/src/gui/dialogs/textimportdialog.cpp
index 3a8220359..c56acba0b 100644
--- a/src/gui/dialogs/textimportdialog.cpp
+++ b/src/gui/dialogs/textimportdialog.cpp
@@ -97,7 +97,7 @@ TextImportDialog::TextImportDialog(IPlatformTools* platformTools,
  */
 TextImportDialog::~TextImportDialog()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/gui/forms/basemainwindow.cpp b/src/gui/forms/basemainwindow.cpp
index 9d2df3639..d0139366a 100644
--- a/src/gui/forms/basemainwindow.cpp
+++ b/src/gui/forms/basemainwindow.cpp
@@ -1468,7 +1468,7 @@ void BaseMainWindowImpl::editFrameOfTaggedFile(const Frame* frame,
 }
 
 /**
- * Called when the edit fram dialog is finished.
+ * Called when the edit frame dialog is finished.
  * @param result dialog result
  */
 void BaseMainWindowImpl::onEditFrameDialogFinished(int result)
@@ -1770,7 +1770,7 @@ void BaseMainWindowImpl::stopProgressMonitoring()
  * Check progress of a possibly long operation.
  *
  * Progress monitoring is started with startProgressMonitoring(). This method
- * will check if the opeation is running long enough to show a progress widget
+ * will check if the operation is running long enough to show a progress widget
  * and update the progress information. It will call stopProgressMonitoring()
  * when the operation is aborted.
  *
@@ -1829,7 +1829,7 @@ BaseMainWindow::BaseMainWindow(QMainWindow* mainWin,
  */
 BaseMainWindow::~BaseMainWindow()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/gui/forms/basemainwindow.h b/src/gui/forms/basemainwindow.h
index ea547ac73..bfe9469dd 100644
--- a/src/gui/forms/basemainwindow.h
+++ b/src/gui/forms/basemainwindow.h
@@ -583,7 +583,7 @@ private:
    * Check progress of a possibly long operation.
    *
    * Progress monitoring is started with startProgressMonitoring(). This method
-   * will check if the opeation is running long enough to show a progress widget
+   * will check if the operation is running long enough to show a progress widget
    * and update the progress information. It will call stopProgressMonitoring()
    * when the operation is aborted.
    *
diff --git a/src/gui/forms/filelist.cpp b/src/gui/forms/filelist.cpp
index e864dc150..4de2d9cbf 100644
--- a/src/gui/forms/filelist.cpp
+++ b/src/gui/forms/filelist.cpp
@@ -243,7 +243,7 @@ FileList::FileList(QWidget* parent, BaseMainWindowImpl* mainWin)
  */
 FileList::~FileList()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/gui/forms/guiplatformtools.cpp b/src/gui/forms/guiplatformtools.cpp
index 3b7b490d6..df1eeb334 100644
--- a/src/gui/forms/guiplatformtools.cpp
+++ b/src/gui/forms/guiplatformtools.cpp
@@ -41,7 +41,7 @@
  */
 GuiPlatformTools::~GuiPlatformTools()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/gui/forms/mprisinterface.h b/src/gui/forms/mprisinterface.h
index 00f417a80..1dee83c6d 100644
--- a/src/gui/forms/mprisinterface.h
+++ b/src/gui/forms/mprisinterface.h
@@ -217,7 +217,7 @@ public slots:
 signals:
   /**
    * Indicates that the track position has changed in a way that is
-   * inconsistant with the current playing state.
+   * inconsistent with the current playing state.
    * @param positionUs new position in microseconds
    */
   void Seeked(qlonglong positionUs);
diff --git a/src/plugins/id3libmetadata/mp3file.cpp b/src/plugins/id3libmetadata/mp3file.cpp
index 365c988de..ff904bc59 100644
--- a/src/plugins/id3libmetadata/mp3file.cpp
+++ b/src/plugins/id3libmetadata/mp3file.cpp
@@ -100,7 +100,7 @@ Mp3File::Mp3File(const QPersistentModelIndex& idx)
  */
 Mp3File::~Mp3File()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/plugins/kid3qml/configobjects.h b/src/plugins/kid3qml/configobjects.h
index 1c3f11f89..0c8ba6ff7 100644
--- a/src/plugins/kid3qml/configobjects.h
+++ b/src/plugins/kid3qml/configobjects.h
@@ -52,7 +52,7 @@ public:
   /** Get filter configuration. */
   Q_INVOKABLE static QObject* filterConfig();
 
-  /** Get file name formate configuration. */
+  /** Get file name format configuration. */
   Q_INVOKABLE static QObject* filenameFormatConfig();
 
   /** Get tag format configuration. */
diff --git a/src/plugins/oggflacmetadata/flacfile.cpp b/src/plugins/oggflacmetadata/flacfile.cpp
index 5522a35e4..f6a6a6611 100644
--- a/src/plugins/oggflacmetadata/flacfile.cpp
+++ b/src/plugins/oggflacmetadata/flacfile.cpp
@@ -125,7 +125,7 @@ FlacFile::FlacFile(const QPersistentModelIndex& idx) : OggFile(idx)
  */
 FlacFile::~FlacFile()
 {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 /**
diff --git a/src/plugins/qmlcommand/qmlcommandplugin.cpp b/src/plugins/qmlcommand/qmlcommandplugin.cpp
index 9b6092292..8beda208d 100644
--- a/src/plugins/qmlcommand/qmlcommandplugin.cpp
+++ b/src/plugins/qmlcommand/qmlcommandplugin.cpp
@@ -179,7 +179,7 @@ void QmlCommandPlugin::setupQmlEngine(QQmlEngine* engine)
 {
 #ifdef Q_OS_MAC
   // Folders containing a dot (like QtQuick.2) will cause Apple's code signing
-  // to fail. On macOS, the QML plugins are therefore in Resorces/qml/imports.
+  // to fail. On macOS, the QML plugins are therefore in Resources/qml/imports.
   const QString qmlImportsRelativeToPlugins =
       QLatin1String("../Resources/qml/imports");
 #else
diff --git a/src/plugins/taglibmetadata/taglibext/dsdiff/dsdifffile.h b/src/plugins/taglibmetadata/taglibext/dsdiff/dsdifffile.h
index 599df2aa6..f25ca8990 100755
--- a/src/plugins/taglibmetadata/taglibext/dsdiff/dsdifffile.h
+++ b/src/plugins/taglibmetadata/taglibext/dsdiff/dsdifffile.h
@@ -153,7 +153,7 @@ public:
    * This is the same as calling save(AllTags);
    *
    * If you would like more granular control over the content of the tags,
-   * with the concession of generality, use paramaterized save call below.
+   * with the concession of generality, use parameterized save call below.
    *
    * \see save(int tags)
    */
@@ -170,7 +170,7 @@ public:
    * This is the same as calling save(AllTags);
    *
    * If you would like more granular control over the content of the tags,
-   * with the concession of generality, use paramaterized save call below.
+   * with the concession of generality, use parameterized save call below.
    *
    * ID3v2Version can be either 4 or 3.
    */
diff --git a/src/plugins/taglibmetadata/taglibext/dsf/dsffile.h b/src/plugins/taglibmetadata/taglibext/dsf/dsffile.h
index bc2c0efda..8af405560 100644
--- a/src/plugins/taglibmetadata/taglibext/dsf/dsffile.h
+++ b/src/plugins/taglibmetadata/taglibext/dsf/dsffile.h
@@ -134,7 +134,7 @@ class DSFFile : public TagLib::File
    * This is the same as calling save(AllTags);
    *
    * If you would like more granular control over the content of the tags,
-   * with the concession of generality, use paramaterized save call below.
+   * with the concession of generality, use parameterized save call below.
    *
    * \see save(int tags)
    */
@@ -151,7 +151,7 @@ class DSFFile : public TagLib::File
    * This is the same as calling save(AllTags);
    *
    * If you would like more granular control over the content of the tags,
-   * with the concession of generality, use paramaterized save call below.
+   * with the concession of generality, use parameterized save call below.
    *
    * ID3v2Version can be either 4 or 3.
    */
diff --git a/src/plugins/taglibmetadata/taglibfile.cpp b/src/plugins/taglibmetadata/taglibfile.cpp
index 0c88f9b9e..f2c04e5c3 100644
--- a/src/plugins/taglibmetadata/taglibfile.cpp
+++ b/src/plugins/taglibmetadata/taglibfile.cpp
@@ -7451,7 +7451,7 @@ void TagLibInitializer::init()
 }
 
 TagLibInitializer::~TagLibInitializer() {
-  // Must not be inline because of forwared declared QScopedPointer.
+  // Must not be inline because of forward declared QScopedPointer.
 }
 
 TagLibInitializer tagLibInitializer;


More information about the kde-doc-english mailing list