diff options
author | Iris Shi <0.0@owo.li> | 2025-08-18 17:47:48 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2025-08-18 09:45:47 -0600 |
commit | fce343d8546e47053b47c30f23dd0ac4729b2f66 (patch) | |
tree | 704a4385e96dab5681f43aba9e795b7bf94cbe67 | |
parent | 0bbc2548ea85e6bda835a08c6d47d46435945cda (diff) |
Documentation/sphinx: Fix typo in automarkup.py
"whan" -> "when"
Signed-off-by: Iris Shi <0.0@owo.li>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/8e5ddb7d-8faf-314f-b1b1-2d15d6900862@owo.li
-rw-r--r-- | Documentation/sphinx/automarkup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sphinx/automarkup.py b/Documentation/sphinx/automarkup.py index 563033f764bb..1d9dada40a74 100644 --- a/Documentation/sphinx/automarkup.py +++ b/Documentation/sphinx/automarkup.py @@ -244,7 +244,7 @@ def add_and_resolve_xref(app, docname, domain, reftype, target, contnode=None): return contnode # -# Variant of markup_abi_ref() that warns whan a reference is not found +# Variant of markup_abi_ref() that warns when a reference is not found # def markup_abi_file_ref(docname, app, match): return markup_abi_ref(docname, app, match, warning=True) |