OSDN Git Service

typo
authorIvailo Monev <xakepa10@gmail.com>
Sun, 12 Jun 2022 06:47:26 +0000 (09:47 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Sun, 12 Jun 2022 06:47:26 +0000 (09:47 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/core/plugin/qlibrary.cpp

index 734f125..0f4da7d 100644 (file)
@@ -187,7 +187,7 @@ static bool qt_unix_query(const QString &library, uint *version, QLibraryPrivate
         const char* sectioname = sh_strtab_p + shdr[i].sh_name;
         if (qstrcmp(sectioname, ".ktplugin") == 0) {
             ret = true;
-            // compatiblity between releases is not guratneed thus no version matching is done
+            // compatiblity between releases is not guaranteed thus no version matching is done
             *version = QT_VERSION;
             break;
         }