Correct typo

This commit is contained in:
Arnaud Bienner 2015-04-25 18:01:32 +02:00
parent c7416cbfb5
commit 20583b8b0a
2 changed files with 1 additions and 3 deletions

View File

@ -116,7 +116,7 @@ void SpotifySearchProvider::SearchFinishedSlot(
* represented most frequently in the artist
*
* For most albums this will just be one artist,
* but this ensures we have a consistend album artist for
* but this ensures we have a consistent album artist for
* soundtracks, compilations, contributing artists, etc
*/
for (int j = 0; j < album.track_size(); ++j) {

View File

@ -414,12 +414,10 @@ int main(int argc, char* argv[]) {
// Clementine.
QSslSocket::addDefaultCaCertificates(
QSslCertificate::fromPath(":/grooveshark-valicert-ca.pem", QSsl::Pem));
// Do the same for SoundCloud, whose certificate is missing on OS X.
QSslSocket::addDefaultCaCertificates(
QSslCertificate::fromPath(":/soundcloud-ca.pem", QSsl::Pem));
// Has the user forced a different language?
QString override_language = options.language();
if (override_language.isEmpty()) {