diff options
author | Talel BELHAJSALEM <bhstalel@gmail.com> | 2024-11-10 11:57:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-12 11:09:51 +0000 |
commit | 4cae0cb47ff639c7c99d7c156a51a8f8b0e285d4 (patch) | |
tree | 59655536ba536eea54f5bf3832833d3d256f6d67 | |
parent | 9d8042f045c927447b6bd6c2fb6892dfdebcaa24 (diff) | |
download | poky-4cae0cb47ff639c7c99d7c156a51a8f8b0e285d4.tar.gz |
contributor-guide: Remove duplicated words
Remove "and then" as it is duplicated.
(From yocto-docs rev: 90666b8c85fe6afaf102034ebcd5d25d8391e697)
Signed-off-by: Talel BELHAJSALEM <bhstalel@gmail.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/contributor-guide/submit-changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index 47a416b245..7dc8da7aeb 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst | |||
@@ -483,7 +483,7 @@ typical usage of ``git send-email``:: | |||
483 | git send-email --to <mailing-list-address> *.patch | 483 | git send-email --to <mailing-list-address> *.patch |
484 | 484 | ||
485 | Then, review each subject line and list of recipients carefully, and then | 485 | Then, review each subject line and list of recipients carefully, and then |
486 | and then allow the command to send each message. | 486 | allow the command to send each message. |
487 | 487 | ||
488 | You will see that ``git send-email`` will automatically copy the people listed | 488 | You will see that ``git send-email`` will automatically copy the people listed |
489 | in any commit tags such as ``Signed-off-by`` or ``Reported-by``. | 489 | in any commit tags such as ``Signed-off-by`` or ``Reported-by``. |