fix: spelling

This commit is contained in:
Pierre Charton 2024-10-01 19:01:09 +02:00
parent e4ef1231a1
commit bf78e4ccf2
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ public class BackrollClient {
result = isResponseAuthorized(response);
EntityUtils.consumeQuietly(response.getEntity());
} catch (IOException e) {
LOG.error("Failed to authentificate to Backroll due to: {}", e.getMessage());
LOG.error("Failed to authenticate to Backroll due to: {}", e.getMessage());
}
return result;
}