diff options
author | Talel BELHAJSALEM <bhstalel@gmail.com> | 2024-11-10 11:57:42 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-18 06:59:35 -0800 |
commit | 4c01aca2ecb73dafcbf7cb69d0bcb89f092818dc (patch) | |
tree | cdfe685967ba1eb23ac1a02d7f97a800cd90f945 /documentation | |
parent | 94338b35b7681dcca6079bfb231348814e3aa6bf (diff) | |
download | poky-4c01aca2ecb73dafcbf7cb69d0bcb89f092818dc.tar.gz |
contributor-guide: Remove duplicated words
Remove "and then" as it is duplicated.
(From yocto-docs rev: 4eb28bf7e1ee52ee5abb5302169685d849cf1b91)
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>
(cherry picked from commit 52ed947120e400620277a58f895294b558a9324e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
-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``. |