Typos a/an (#13876)

This commit is contained in:
Дилян Палаузов
2022-12-08 22:12:49 +02:00
committed by GitHub
parent 177ce2a217
commit 0ffc5257d5
140 changed files with 166 additions and 166 deletions

View File

@@ -166,7 +166,7 @@ class SpotifyConnector {
/**
* Processes the response of the Spotify Web Api call and handles the HTTP status codes. The method returns true
* if the response indicates a successful and false if the call should be retried. If there were other problems
* a Spotify exception is thrown indicating no retry should be done an the user should be informed.
* a Spotify exception is thrown indicating no retry should be done and the user should be informed.
*
* @param response the response given by the Spotify Web Api
* @return true if the response indicated a successful call, false if the call should be retried