server: FIx typo on FirstFitAllocator (#4648)

From "Cusotm[UEFI]" to "Custom[UEFI]"
This commit is contained in:
Gabriel Beims Bräscher 2021-02-12 04:23:40 -03:00 committed by GitHub
parent b8ec2b22d3
commit 35055896a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class FirstFitAllocator extends AdapterBase implements HostAllocator {
isVMDeployedWithUefi = true;
}
}
s_logger.info(" Guest VM is requested with Cusotm[UEFI] Boot Type "+ isVMDeployedWithUefi);
s_logger.info(" Guest VM is requested with Custom[UEFI] Boot Type "+ isVMDeployedWithUefi);
if (type == Host.Type.Storage) {