rajujith commented on code in PR #7857: URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2333435301
########## vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareContext.java: ########## @@ -476,8 +476,8 @@ public long downloadVmdkFile(String urlString, String localFileName, AtomicLong String cookie = _vimClient.getServiceCookie(); if (cookie == null) { - LOGGER.error("No cookie is found in vwware web service request context!"); - throw new Exception("No cookie is found in vmware web service request context!"); + LOGGER.error("No cookie is found in VMWare web service request context!"); + throw new Exception("No cookie is found in VMWare web service request context!"); Review Comment: 'VMware' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org