mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix two typos (from uanble to unable). (#2676)
Signed-off-by: carrot031 <www.carrotsoft@gmail.com>
This commit is contained in:
parent
2fad5bea31
commit
caf5857434
@ -1375,7 +1375,7 @@ public class HypervDirectConnectResource extends ServerResourceBase implements S
|
|||||||
|
|
||||||
if (!result.first()) {
|
if (!result.first()) {
|
||||||
s_logger.error("Unable to copy haproxy configuration file");
|
s_logger.error("Unable to copy haproxy configuration file");
|
||||||
return new Answer(cmd, false, "LoadBalancerConfigCommand failed due to uanble to copy haproxy configuration file");
|
return new Answer(cmd, false, "LoadBalancerConfigCommand failed due to unable to copy haproxy configuration file");
|
||||||
}
|
}
|
||||||
|
|
||||||
final String command = String.format("%s%s %s", "/root/", VRScripts.LB, args);
|
final String command = String.format("%s%s %s", "/root/", VRScripts.LB, args);
|
||||||
|
|||||||
@ -992,7 +992,7 @@ public class HostMO extends BaseMO implements VmwareHypervisorHost {
|
|||||||
|
|
||||||
if (s_logger.isTraceEnabled())
|
if (s_logger.isTraceEnabled())
|
||||||
s_logger.trace("vCenter API trace - getHyperHostNetworkSummary() done(failed)");
|
s_logger.trace("vCenter API trace - getHyperHostNetworkSummary() done(failed)");
|
||||||
throw new Exception("Uanble to find management port group " + managementPortGroup);
|
throw new Exception("Unable to find management port group " + managementPortGroup);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user