Skip to content

Commit cffeaff

Browse files
typo
1 parent cf90e46 commit cffeaff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource

plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/resource/VmwareResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5807,7 +5807,7 @@ protected Answer execute(PingTestCommand cmd) {
58075807
}
58085808

58095809
protected Answer execute(CheckOnHostCommand cmd) {
5810-
return new CheckOnHostAnswer(cmd, null, "Not Implmeneted");
5810+
return new CheckOnHostAnswer(cmd, null, "Not Implemented");
58115811
}
58125812

58135813
protected Answer execute(ModifySshKeysCommand cmd) {

0 commit comments

Comments
 (0)