mirror of https://github.com/apache/cloudstack.git
fix: spelling
This commit is contained in:
parent
e4ef1231a1
commit
bf78e4ccf2
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue