]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/avocado: Fix trivial typo
authorThomas Huth <thuth@redhat.com>
Wed, 24 Aug 2022 08:09:26 +0000 (10:09 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 29 Aug 2022 13:28:51 +0000 (15:28 +0200)
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>
tests/avocado/avocado_qemu/__init__.py

index 3b5b8e7f2d0f0559575fda813b80ea8b45fb0056..5f1d3e551cf26b6cf3482bbf2843b58e8a9dac0e 100644 (file)
@@ -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.
     """