diff mbox series

doc: fix SWU forwarder handler doc typos

Message ID 20171212124851.15871-1-christian.storm@siemens.com
State Accepted
Headers show
Series doc: fix SWU forwarder handler doc typos | expand

Commit Message

Storm, Christian Dec. 12, 2017, 12:48 p.m. UTC
Signed-off-by: Christian Storm <christian.storm@siemens.com>
---
 doc/source/handlers.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Stefano Babic Dec. 14, 2017, 12:12 p.m. UTC | #1
On 12/12/2017 13:48, Christian Storm wrote:
> Signed-off-by: Christian Storm <christian.storm@siemens.com>
> ---
>  doc/source/handlers.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/source/handlers.rst b/doc/source/handlers.rst
> index 0167245..74bf94a 100644
> --- a/doc/source/handlers.rst
> +++ b/doc/source/handlers.rst
> @@ -318,9 +318,9 @@ SWU forwarder
>  The SWU forwarder handler can be used to update other systems where SWUpdate
>  is running. It can be used in case of master / slaves systems, where the master
>  is connected to the network and the "slaves" are hidden to the external world.
> -The master is then the only interface to the world. A geenral SWU can contain
> +The master is then the only interface to the world. A general SWU can contain
>  embedded SWU images as single artifacts, and the SWU handler will forward it
> -to the devices listed in the descritpion of the artifact.
> +to the devices listed in the description of the artifact.
>  The handler can have a list of "url" properties. Each url is the address of a
>  secondary board where SWUpdate is running with webserver activated.
>  The SWU handler expects to talk with SWUpdate's embedded webserver. This helps
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/doc/source/handlers.rst b/doc/source/handlers.rst
index 0167245..74bf94a 100644
--- a/doc/source/handlers.rst
+++ b/doc/source/handlers.rst
@@ -318,9 +318,9 @@  SWU forwarder
 The SWU forwarder handler can be used to update other systems where SWUpdate
 is running. It can be used in case of master / slaves systems, where the master
 is connected to the network and the "slaves" are hidden to the external world.
-The master is then the only interface to the world. A geenral SWU can contain
+The master is then the only interface to the world. A general SWU can contain
 embedded SWU images as single artifacts, and the SWU handler will forward it
-to the devices listed in the descritpion of the artifact.
+to the devices listed in the description of the artifact.
 The handler can have a list of "url" properties. Each url is the address of a
 secondary board where SWUpdate is running with webserver activated.
 The SWU handler expects to talk with SWUpdate's embedded webserver. This helps