Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: tools: Fix typo in unittest.rst
@ 2026-05-31 18:16 Declan Wale
  2026-06-23 20:48 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Declan Wale @ 2026-05-31 18:16 UTC (permalink / raw)
  To: corbet; +Cc: skhan, mchehab+huawei, linux-doc, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 143 bytes --]

Hi Jonathan,

Attached is a small patch to fix a typo ("ackward" -> "awkward") found
in Documentation/tools/unittest.rst

Thanks,

Declan Wale

[-- Attachment #2: 0001-docs-tools-Fix-typo-ackward-to-awkward-in-unittest.r.patch --]
[-- Type: text/x-patch, Size: 1043 bytes --]

From 355e0c80a9ba337d0cac106c8cb66859927a501c Mon Sep 17 00:00:00 2001
From: Declan Wale <decwale37@gmail.com>
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@gmail.com>
---
 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.
 
 
-- 
2.43.0


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

* Re: [PATCH] docs: tools: Fix typo in unittest.rst
  2026-05-31 18:16 [PATCH] docs: tools: Fix typo in unittest.rst Declan Wale
@ 2026-06-23 20:48 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2026-06-23 20:48 UTC (permalink / raw)
  To: Declan Wale; +Cc: skhan, mchehab+huawei, linux-doc, linux-kernel

Declan Wale <decwale37@gmail.com> writes:

> From 355e0c80a9ba337d0cac106c8cb66859927a501c Mon Sep 17 00:00:00 2001
> From: Declan Wale <decwale37@gmail.com>
> 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@gmail.com>
> ---
>  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

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

end of thread, other threads:[~2026-06-23 20:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-31 18:16 [PATCH] docs: tools: Fix typo in unittest.rst Declan Wale
2026-06-23 20:48 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox