All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/avocado: Fix trivial typo
@ 2022-08-24  8:09 Thomas Huth
  2022-08-25 14:03 ` Philippe Mathieu-Daudé via
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2022-08-24  8:09 UTC (permalink / raw)
  To: qemu-devel, Cleber Rosa, Philippe Mathieu-Daudé
  Cc: qemu-trivial, Wainer dos Santos Moschetta, Beraldo Leal

The intention was likely to use "intend" instead of "indent" here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 tests/avocado/avocado_qemu/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/avocado/avocado_qemu/__init__.py b/tests/avocado/avocado_qemu/__init__.py
index ed4853c805..26ebf01440 100644
--- a/tests/avocado/avocado_qemu/__init__.py
+++ b/tests/avocado/avocado_qemu/__init__.py
@@ -508,7 +508,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.
     """
 
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tests/avocado: Fix trivial typo
  2022-08-24  8:09 [PATCH] tests/avocado: Fix trivial typo Thomas Huth
@ 2022-08-25 14:03 ` Philippe Mathieu-Daudé via
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé via @ 2022-08-25 14:03 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel, Cleber Rosa
  Cc: qemu-trivial, Wainer dos Santos Moschetta, Beraldo Leal

On 24/8/22 10:09, Thomas Huth wrote:
> The intention was likely to use "intend" instead of "indent" here.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   tests/avocado/avocado_qemu/__init__.py | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-25 14:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24  8:09 [PATCH] tests/avocado: Fix trivial typo Thomas Huth
2022-08-25 14:03 ` Philippe Mathieu-Daudé via

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.