packaging: fix typo in configure-hypervisor.sh

`powwer` is a typo of `power`, and many spaces should
be replaced by tabs for indent.

Fixes: #5160

Signed-off-by: Bin Liu <bin@hyper.sh>
This commit is contained in:
Bin Liu 2022-09-14 11:38:01 +08:00
parent a58feba9bb
commit adb33a4121

View File

@ -326,7 +326,7 @@ generate_qemu_options() {
# From Kata Containers 2.5.0-alpha2 all arches but powerpc have been # From Kata Containers 2.5.0-alpha2 all arches but powerpc have been
# using the new implementation of virtiofs daemon, which is not part # using the new implementation of virtiofs daemon, which is not part
# of QEMU. # of QEMU.
# For the powwer, at least for now, keep building virtiofsd while # For the power, at least for now, keep building virtiofsd while
# building QEMU. # building QEMU.
case "$arch" in case "$arch" in
aarch64) aarch64)