[PATCH] Documentation/maintainer-tip: Fix grammar

Thorsten Blum posted 1 patch 1 month, 2 weeks ago
Documentation/process/maintainer-tip.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation/maintainer-tip: Fix grammar
Posted by Thorsten Blum 1 month, 2 weeks ago
s/a empty newline/an empty newline/

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 Documentation/process/maintainer-tip.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst
index 41d5855700cd..b2b14439be22 100644
--- a/Documentation/process/maintainer-tip.rst
+++ b/Documentation/process/maintainer-tip.rst
@@ -352,7 +352,7 @@ following tag ordering scheme:
      Changelog text starts here....
 
    so the authorship is preserved. The 'From:' line has to be followed
-   by a empty newline. If that 'From:' line is missing, then the patch
+   by an empty newline. If that 'From:' line is missing, then the patch
    would be attributed to the person who sent (transported, handled) it.
    The 'From:' line is automatically removed when the patch is applied
    and does not show up in the final git changelog. It merely affects
-- 
Thorsten Blum <thorsten.blum@linux.dev>
GPG: 1D60 735E 8AEF 3BE4 73B6  9D84 7336 78FD 8DFE EAD4
Re: [PATCH] Documentation/maintainer-tip: Fix grammar
Posted by Jonathan Corbet 1 month, 1 week ago
Thorsten Blum <thorsten.blum@linux.dev> writes:

> s/a empty newline/an empty newline/
>
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
> ---
>  Documentation/process/maintainer-tip.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst
> index 41d5855700cd..b2b14439be22 100644
> --- a/Documentation/process/maintainer-tip.rst
> +++ b/Documentation/process/maintainer-tip.rst
> @@ -352,7 +352,7 @@ following tag ordering scheme:
>       Changelog text starts here....
>  
>     so the authorship is preserved. The 'From:' line has to be followed
> -   by a empty newline. If that 'From:' line is missing, then the patch
> +   by an empty newline. If that 'From:' line is missing, then the patch
>     would be attributed to the person who sent (transported, handled) it.

Applied, thanks.

jon