diff mbox series

doc: Fix typo in suricatta's general HTTP server description

Message ID 20200918122721.23068-1-christian.storm@siemens.com
State Accepted
Headers show
Series doc: Fix typo in suricatta's general HTTP server description | expand

Commit Message

Storm, Christian Sept. 18, 2020, 12:27 p.m. UTC
Signed-off-by: Christian Storm <christian.storm@siemens.com>
---
 doc/source/suricatta.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Sept. 18, 2020, 12:53 p.m. UTC | #1
On 18.09.20 14:27, Christian Storm wrote:
> Signed-off-by: Christian Storm <christian.storm@siemens.com>
> ---
>  doc/source/suricatta.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/source/suricatta.rst b/doc/source/suricatta.rst
> index 73acc4b..9fa068d 100644
> --- a/doc/source/suricatta.rst
> +++ b/doc/source/suricatta.rst
> @@ -164,7 +164,7 @@ The query string has the format:
>          http(s)://<base URL>?param1=val1&param2=value2...
>  
>  As examples for parameters, the device can send its serial number, MAC address and the running version of the software.
> -It is duty of the backend to interpret this - SWUpdate just takes them from the "identity" section of
> +It is duty of the backend to interpret this - SWUpdate just takes them from the "identify" section of
>  the configuration file and encodes the URL.
>  
>  The server answers with the following return codes:
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/doc/source/suricatta.rst b/doc/source/suricatta.rst
index 73acc4b..9fa068d 100644
--- a/doc/source/suricatta.rst
+++ b/doc/source/suricatta.rst
@@ -164,7 +164,7 @@  The query string has the format:
         http(s)://<base URL>?param1=val1&param2=value2...
 
 As examples for parameters, the device can send its serial number, MAC address and the running version of the software.
-It is duty of the backend to interpret this - SWUpdate just takes them from the "identity" section of
+It is duty of the backend to interpret this - SWUpdate just takes them from the "identify" section of
 the configuration file and encodes the URL.
 
 The server answers with the following return codes: