From 20583b8b0a084be374565c632a175f9e6f4e81a3 Mon Sep 17 00:00:00 2001 From: Arnaud Bienner Date: Sat, 25 Apr 2015 18:01:32 +0200 Subject: [PATCH] Correct typo --- src/globalsearch/spotifysearchprovider.cpp | 2 +- src/main.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/globalsearch/spotifysearchprovider.cpp b/src/globalsearch/spotifysearchprovider.cpp index 8837c5a3a..601164223 100644 --- a/src/globalsearch/spotifysearchprovider.cpp +++ b/src/globalsearch/spotifysearchprovider.cpp @@ -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) { diff --git a/src/main.cpp b/src/main.cpp index 53d9f8e3d..8e9ec381f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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()) {