Re: [PATCH] docs: tools: Fix typo in unittest.rst
From: Jonathan Corbet
Date: Tue Jun 23 2026 - 16:52:07 EST
Declan Wale <decwale37@xxxxxxxxx> writes:
> From 355e0c80a9ba337d0cac106c8cb66859927a501c Mon Sep 17 00:00:00 2001
> From: Declan Wale <decwale37@xxxxxxxxx>
> Date: Sun, 31 May 2026 19:03:06 +0100
> Subject: [PATCH] docs: tools: Fix typo 'ackward' to 'awkward' in unittest.rst
>
> Signed-off-by: Declan Wale <decwale37@xxxxxxxxx>
> ---
> Documentation/tools/unittest.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/tools/unittest.rst b/Documentation/tools/unittest.rst
> index 14a2b2a65236..0fa8716741df 100644
> --- a/Documentation/tools/unittest.rst
> +++ b/Documentation/tools/unittest.rst
> @@ -11,7 +11,7 @@ While the actual test implementation is usecase dependent, Python already
> provides a standard way to add unit tests by using ``import unittest``.
>
> Using such class, requires setting up a test suite. Also, the default format
> -is a little bit ackward. To improve it and provide a more uniform way to
> +is a little bit awkward. To improve it and provide a more uniform way to
> report errors, some unittest classes and functions are defined.
Applied, thanks.
jon