Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: sphinx-static: fix typo "wich" -> "which"
@ 2026-05-13 19:59 Clinton Phillips
  2026-05-15 13:52 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Clinton Phillips @ 2026-05-13 19:59 UTC (permalink / raw)
  To: corbet; +Cc: Clinton Phillips, linux-doc, linux-kernel

Trivial typo fix in a CSS comment for the documentation theme.

Signed-off-by: Clinton Phillips <clintdotphillips@gmail.com>
---
 Documentation/sphinx-static/custom.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/sphinx-static/custom.css b/Documentation/sphinx-static/custom.css
index f91393426..5aa0a1ed9 100644
--- a/Documentation/sphinx-static/custom.css
+++ b/Documentation/sphinx-static/custom.css
@@ -30,7 +30,7 @@ img.logo {
     margin-bottom: 20px;
 }
 
-/* The default is to use -1em, wich makes it override text */
+/* The default is to use -1em, which makes it override text */
 li { text-indent: 0em; }
 
 /*
-- 
2.49.0


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

* Re: [PATCH] docs: sphinx-static: fix typo "wich" -> "which"
  2026-05-13 19:59 [PATCH] docs: sphinx-static: fix typo "wich" -> "which" Clinton Phillips
@ 2026-05-15 13:52 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2026-05-15 13:52 UTC (permalink / raw)
  To: Clinton Phillips; +Cc: Clinton Phillips, linux-doc, linux-kernel

Clinton Phillips <clintdotphillips@gmail.com> writes:

> Trivial typo fix in a CSS comment for the documentation theme.
>
> Signed-off-by: Clinton Phillips <clintdotphillips@gmail.com>
> ---
>  Documentation/sphinx-static/custom.css | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/sphinx-static/custom.css b/Documentation/sphinx-static/custom.css
> index f91393426..5aa0a1ed9 100644
> --- a/Documentation/sphinx-static/custom.css
> +++ b/Documentation/sphinx-static/custom.css
> @@ -30,7 +30,7 @@ img.logo {
>      margin-bottom: 20px;
>  }
>  
> -/* The default is to use -1em, wich makes it override text */
> +/* The default is to use -1em, which makes it override text */
>  li { text-indent: 0em; }

Applied, thanks.

jon

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

end of thread, other threads:[~2026-05-15 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13 19:59 [PATCH] docs: sphinx-static: fix typo "wich" -> "which" Clinton Phillips
2026-05-15 13:52 ` Jonathan Corbet

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