daviftorres commented on code in PR #9132: URL: https://github.com/apache/cloudstack/pull/9132#discussion_r2358875829
########## server/src/main/java/com/cloud/vm/UserVmManagerImpl.java: ########## @@ -2049,7 +2049,7 @@ private boolean upgradeRunningVirtualMachine(Long vmId, Long newServiceOfferingI _accountMgr.checkAccess(caller, null, true, vmInstance); - //Check if its a scale "up" + //Check if it's a scale "up" Review Comment: ```suggestion // Check if it's a scale "up" ``` -- 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