Skip to content

Commit

Permalink
Merged in mineo/acoustid-fingerprinter/mineo/change-submittion-to-sub…
Browse files Browse the repository at this point in the history
…mission-in-a-war-1383653329977 (pull request #2)


Change 'Submittion' to 'Submission' in a warning message
  • Loading branch information
lalinsky committed Nov 6, 2013
2 parents 5bdc42d + 6cb95c6 commit fb80fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fingerprinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ void Fingerprinter::onRequestFinished(QNetworkReply *reply)
stop = true;
}
else {
qWarning() << "Submittion failed:" << errorMessage;
qWarning() << "Submission failed:" << errorMessage;
}
}
else if (error != QNetworkReply::NoError) {
Expand Down

0 comments on commit fb80fb8

Please sign in to comment.