Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Iris Shi and committed by
Jonathan Corbet
fce343d8 0bbc2548

+1 -1
+1 -1
Documentation/sphinx/automarkup.py
··· 244 244 return contnode 245 245 246 246 # 247 - # Variant of markup_abi_ref() that warns whan a reference is not found 247 + # Variant of markup_abi_ref() that warns when a reference is not found 248 248 # 249 249 def markup_abi_file_ref(docname, app, match): 250 250 return markup_abi_ref(docname, app, match, warning=True)