From 4c01aca2ecb73dafcbf7cb69d0bcb89f092818dc Mon Sep 17 00:00:00 2001 From: Talel BELHAJSALEM Date: Sun, 10 Nov 2024 11:57:42 +0100 Subject: [PATCH] contributor-guide: Remove duplicated words Remove "and then" as it is duplicated. (From yocto-docs rev: 4eb28bf7e1ee52ee5abb5302169685d849cf1b91) Signed-off-by: Talel BELHAJSALEM Reviewed-by: Quentin Schulz Signed-off-by: Antonin Godard (cherry picked from commit 52ed947120e400620277a58f895294b558a9324e) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/contributor-guide/submit-changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``:: git send-email --to *.patch Then, review each subject line and list of recipients carefully, and then -and then allow the command to send each message. +allow the command to send each message. You will see that ``git send-email`` will automatically copy the people listed in any commit tags such as ``Signed-off-by`` or ``Reported-by``.