mirror of https://github.com/apache/cloudstack.git
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()) {
|
||||
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);
|
||||
|
|
|
|||
|
|
@ -992,7 +992,7 @@ public class HostMO extends BaseMO implements VmwareHypervisorHost {
|
|||
|
||||
if (s_logger.isTraceEnabled())
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue