aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-08-24 10:09:26 +0200
committerThomas Huth <thuth@redhat.com>2022-08-29 15:28:51 +0200
commit0aeefd5fcb6538074391a5281349bf1dbeb20688 (patch)
treea8175bba6e17da480746ad2491b3d988a68cb42c /tests/avocado
parent0fc389fe9208f0bfd9fa41cd7e6315a0989a3729 (diff)
downloadqemu-0aeefd5fcb6538074391a5281349bf1dbeb20688.zip
qemu-0aeefd5fcb6538074391a5281349bf1dbeb20688.tar.gz
qemu-0aeefd5fcb6538074391a5281349bf1dbeb20688.tar.bz2
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>
Diffstat (limited to 'tests/avocado')
-rw-r--r--tests/avocado/avocado_qemu/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/avocado/avocado_qemu/__init__.py b/tests/avocado/avocado_qemu/__init__.py
index 3b5b8e7..5f1d3e5 100644
--- a/tests/avocado/avocado_qemu/__init__.py
+++ b/tests/avocado/avocado_qemu/__init__.py
@@ -518,7 +518,7 @@ class LinuxDistro:
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.
"""