[RESEND PATCH] README: Fix spelling/capitalization

Thorsten Blum posted 1 patch 2 years ago
README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[RESEND PATCH] README: Fix spelling/capitalization
Posted by Thorsten Blum 2 years ago
- Fix spelling/capitalization s/Restructured/ReStructured/

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 669ac7c32292..026eff0b8e06 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ In order to build the documentation, use ``make htmldocs`` or
     https://www.kernel.org/doc/html/latest/
 
 There are various text files in the Documentation/ subdirectory,
-several of them using the Restructured Text markup notation.
+several of them using the ReStructured Text markup notation.
 
 Please read the Documentation/process/changes.rst file, as it contains the
 requirements for building and running the kernel, and information about
-- 
2.39.2
Re: [RESEND PATCH] README: Fix spelling/capitalization
Posted by Jonathan Corbet 1 year, 12 months ago
Thorsten Blum <thorsten.blum@toblux.com> writes:

> - Fix spelling/capitalization s/Restructured/ReStructured/
>
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
> ---
>  README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/README b/README
> index 669ac7c32292..026eff0b8e06 100644
> --- a/README
> +++ b/README
> @@ -11,7 +11,7 @@ In order to build the documentation, use ``make htmldocs`` or
>      https://www.kernel.org/doc/html/latest/
>  
>  There are various text files in the Documentation/ subdirectory,
> -several of them using the Restructured Text markup notation.
> +several of them using the ReStructured Text markup notation.
>  
Applied, thanks.

jon