diff mbox series

building-with-yocto.rst: Remove duplicated word

Message ID 20220203014003.2028786-1-festevam@gmail.com
State Accepted
Headers show
Series building-with-yocto.rst: Remove duplicated word | expand

Commit Message

Fabio Estevam Feb. 3, 2022, 1:40 a.m. UTC
The word 'using' appears twice.

Remove the extra occurrence.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 doc/source/building-with-yocto.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Feb. 3, 2022, 9:10 p.m. UTC | #1
Hi Fabio,

On 03.02.22 02:40, Fabio Estevam wrote:
> The word 'using' appears twice.
> 
> Remove the extra occurrence.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>   doc/source/building-with-yocto.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/source/building-with-yocto.rst b/doc/source/building-with-yocto.rst
> index 2572b20da6c3..bf7ce3a51a8e 100644
> --- a/doc/source/building-with-yocto.rst
> +++ b/doc/source/building-with-yocto.rst
> @@ -126,7 +126,7 @@ generating the SWU. The class defines new variables, all of them have the prefix
>     process using CMS mechanism. It is available if SWUPDATE_SIGNING is set to
>     CMS.
>   - **SWUPDATE_CMS_CERT** : this is the file with the certificate used in signing
> -  process using using CMS method. It is available if SWUPDATE_SIGNING is
> +  process using CMS method. It is available if SWUPDATE_SIGNING is
>     set to CMS.
>   
>   - **SWUPDATE_AES_FILE** : this is the file with the AES password to encrypt artifact. A new `fstype` is

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/doc/source/building-with-yocto.rst b/doc/source/building-with-yocto.rst
index 2572b20da6c3..bf7ce3a51a8e 100644
--- a/doc/source/building-with-yocto.rst
+++ b/doc/source/building-with-yocto.rst
@@ -126,7 +126,7 @@  generating the SWU. The class defines new variables, all of them have the prefix
   process using CMS mechanism. It is available if SWUPDATE_SIGNING is set to
   CMS.
 - **SWUPDATE_CMS_CERT** : this is the file with the certificate used in signing
-  process using using CMS method. It is available if SWUPDATE_SIGNING is
+  process using CMS method. It is available if SWUPDATE_SIGNING is
   set to CMS.
 
 - **SWUPDATE_AES_FILE** : this is the file with the AES password to encrypt artifact. A new `fstype` is