diff --git a/src/base/bittorrent/dbresumedatastorage.cpp b/src/base/bittorrent/dbresumedatastorage.cpp index 642049592..b24ae5111 100644 --- a/src/base/bittorrent/dbresumedatastorage.cpp +++ b/src/base/bittorrent/dbresumedatastorage.cpp @@ -661,7 +661,7 @@ void BitTorrent::DBResumeDataStorage::Worker::run() db.commit(); m_dbLock.unlock(); - qDebug() << "Resume data changes are commited. Transacted jobs:" << transactedJobsCount; + qDebug() << "Resume data changes are committed. Transacted jobs:" << transactedJobsCount; transactedJobsCount = 0; } diff --git a/src/base/rss/rss_parser.cpp b/src/base/rss/rss_parser.cpp index 62576c352..7c9acf4ca 100644 --- a/src/base/rss/rss_parser.cpp +++ b/src/base/rss/rss_parser.cpp @@ -206,7 +206,7 @@ namespace {u"Theta"_s, u"Θ"_s}, // greek capital letter theta, U+0398 ISOgrk3 {u"Iota"_s, u"Ι"_s}, // greek capital letter iota, U+0399 {u"Kappa"_s, u"Κ"_s}, // greek capital letter kappa, U+039A - {u"Lambda"_s, u"Λ"_s}, // greek capital letter lamda, U+039B ISOgrk3 + {u"Lambda"_s, u"Λ"_s}, // greek capital letter lambda, U+039B ISOgrk3 {u"Mu"_s, u"Μ"_s}, // greek capital letter mu, U+039C {u"Nu"_s, u"Ν"_s}, // greek capital letter nu, U+039D {u"Xi"_s, u"Ξ"_s}, // greek capital letter xi, U+039E ISOgrk3 @@ -230,7 +230,7 @@ namespace {u"theta"_s, u"θ"_s}, // greek small letter theta, U+03B8 ISOgrk3 {u"iota"_s, u"ι"_s}, // greek small letter iota, U+03B9 ISOgrk3 {u"kappa"_s, u"κ"_s}, // greek small letter kappa, U+03BA ISOgrk3 - {u"lambda"_s, u"λ"_s}, // greek small letter lamda, U+03BB ISOgrk3 + {u"lambda"_s, u"λ"_s}, // greek small letter lambda, U+03BB ISOgrk3 {u"mu"_s, u"μ"_s}, // greek small letter mu, U+03BC ISOgrk3 {u"nu"_s, u"ν"_s}, // greek small letter nu, U+03BD ISOgrk3 {u"xi"_s, u"ξ"_s}, // greek small letter xi, U+03BE ISOgrk3 diff --git a/src/gui/notifications/dbusnotifier.cpp b/src/gui/notifications/dbusnotifier.cpp index 3e123e8b3..2b81fa9cd 100644 --- a/src/gui/notifications/dbusnotifier.cpp +++ b/src/gui/notifications/dbusnotifier.cpp @@ -81,7 +81,7 @@ void DBusNotifier::onActionInvoked(const uint messageID, const QString &action) Q_UNUSED(action); // Check whether the notification is sent by qBittorrent - // to avoid reacting to unrelated notifictions + // to avoid reacting to unrelated notifications if (m_activeMessages.contains(messageID)) emit messageClicked(); } diff --git a/src/webui/www/private/rename_files.html b/src/webui/www/private/rename_files.html index 327fabede..3deb28048 100644 --- a/src/webui/www/private/rename_files.html +++ b/src/webui/www/private/rename_files.html @@ -428,7 +428,7 @@