summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-12-11 19:12:36 +0100
committerUwe Klotz <uklotz@mixxx.org>2020-12-11 19:12:36 +0100
commita646c183f9e2621d652f381995d70a8761637a62 (patch)
tree9775094e361d4c6b1011c2365b719040e6b5b34c /src
parent112decee53c5369d203639d0b562d11f8cbb7cd5 (diff)
Fix typo in comments
Diffstat (limited to 'src')
-rw-r--r--src/musicbrainz/web/musicbrainzrecordingstask.cpp2
-rw-r--r--src/network/jsonwebtask.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/musicbrainz/web/musicbrainzrecordingstask.cpp b/src/musicbrainz/web/musicbrainzrecordingstask.cpp
index 4db4d310ff..864b1a8695 100644
--- a/src/musicbrainz/web/musicbrainzrecordingstask.cpp
+++ b/src/musicbrainz/web/musicbrainzrecordingstask.cpp
@@ -119,7 +119,7 @@ bool MusicBrainzRecordingsTask::doStart(
}
// It is not necessary to connect the QNetworkReply::errorOccurred signal.
- // Network errors are also received trough the QNetworkReply::finished signal.
+ // Network errors are also received through the QNetworkReply::finished signal.
connect(m_pendingNetworkReply,
&QNetworkReply::finished,
this,
diff --git a/src/network/jsonwebtask.cpp b/src/network/jsonwebtask.cpp
index e2cae983a2..bac64db6bc 100644
--- a/src/network/jsonwebtask.cpp
+++ b/src/network/jsonwebtask.cpp
@@ -278,7 +278,7 @@ bool JsonWebTask::doStart(
}
// It is not necessary to connect the QNetworkReply::errorOccurred signal.
- // Network errors are also received trough the QNetworkReply::finished signal.
+ // Network errors are also received through the QNetworkReply::finished signal.
connect(m_pendingNetworkReply,
&QNetworkReply::finished,
this,