Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBienner committed Apr 25, 2015
1 parent c7416cb commit 20583b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/globalsearch/spotifysearchprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 20583b8

Please sign in to comment.