Fix log spelling

This commit is contained in:
sqrrm 2018-02-10 16:42:49 +01:00
parent 3fdb4fb860
commit f73395f6f1
No known key found for this signature in database
GPG Key ID: 45235F9EF87089EC

View File

@ -91,7 +91,7 @@ public class ProvidersRepository {
index++;
if (providerList.size() == 1)
log.warn("We oly have one provider");
log.warn("We only have one provider");
} else {
baseUrl = "";
log.warn("We do not have any providers. That can be if all providers are filtered or providersFromProgramArgs is set but empty. " +