We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf90e46 commit cffeaffCopy full SHA for cffeaff
1 file changed
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java
@@ -5807,7 +5807,7 @@ protected Answer execute(PingTestCommand cmd) {
5807
}
5808
5809
protected Answer execute(CheckOnHostCommand cmd) {
5810
- return new CheckOnHostAnswer(cmd, null, "Not Implmeneted");
+ return new CheckOnHostAnswer(cmd, null, "Not Implemented");
5811
5812
5813
protected Answer execute(ModifySshKeysCommand cmd) {
0 commit comments