diff options
author | Talel BELHAJSALEM <bhstalel@gmail.com> | 2024-11-10 11:57:42 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2024-11-15 06:05:32 -0800 |
commit | 1290dcc6e81c654b48128e17ddcd5d513f84519c (patch) | |
tree | 146c4f33166e1c78584dfcdb646e3d0c9bef2fa6 /documentation | |
parent | 7090df8cc30bdb1cd5ee80551672f3343f7d4945 (diff) | |
download | poky-1290dcc6e81c654b48128e17ddcd5d513f84519c.tar.gz |
contributor-guide: Remove duplicated words
Remove "and then" as it is duplicated.
(From yocto-docs rev: 09ca306a8d5fc5306388f2093541ba4110f603ea)
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 25f839ba03..a4e1a5a4d9 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst | |||
@@ -442,7 +442,7 @@ typical usage of ``git send-email``:: | |||
442 | git send-email --to <mailing-list-address> *.patch | 442 | git send-email --to <mailing-list-address> *.patch |
443 | 443 | ||
444 | Then, review each subject line and list of recipients carefully, and then | 444 | Then, review each subject line and list of recipients carefully, and then |
445 | and then allow the command to send each message. | 445 | allow the command to send each message. |
446 | 446 | ||
447 | You will see that ``git send-email`` will automatically copy the people listed | 447 | You will see that ``git send-email`` will automatically copy the people listed |
448 | in any commit tags such as ``Signed-off-by`` or ``Reported-by``. | 448 | in any commit tags such as ``Signed-off-by`` or ``Reported-by``. |