mirror of https://gitee.com/openkylin/qemu.git
tests/avocado: Fix trivial typo
The intention was likely to use "intend" instead of "indent" here. Message-Id: <20220824080926.568935-1-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
0fc389fe92
commit
0aeefd5fcb
|
@ -518,7 +518,7 @@ def default_kernel_params(self):
|
|||
class LinuxTest(LinuxSSHMixIn, QemuSystemTest):
|
||||
"""Facilitates having a cloud-image Linux based available.
|
||||
|
||||
For tests that indent to interact with guests, this is a better choice
|
||||
For tests that intend to interact with guests, this is a better choice
|
||||
to start with than the more vanilla `QemuSystemTest` class.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue