File 0688-httpd-Fix-typos.patch of Package erlang

From c1683d77b31b8e47bd00b9e0eff204d4ba0029c1 Mon Sep 17 00:00:00 2001
From: Henrik Lagebrand <14178318+lagebr@users.noreply.github.com>
Date: Sat, 23 Jan 2021 20:53:38 +0100
Subject: [PATCH] httpd: Fix typos

---
 lib/inets/doc/src/httpd.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/lib/inets/doc/src/httpd.xml b/lib/inets/doc/src/httpd.xml
index 7d82463d12..21d9a87304 100644
--- a/lib/inets/doc/src/httpd.xml
+++ b/lib/inets/doc/src/httpd.xml
@@ -137,7 +137,7 @@
 	be more that one server that has the same bind_address and port.
 	If this property is not explicitly set, it is assumed that the
 	<seealso marker="#prop_bind_address"><c>bind_address</c></seealso> and
-	<seealso marker="#prop_port"><c>port</c></seealso>uniquely identifies the HTTP server.
+	<seealso marker="#prop_port"><c>port</c></seealso> uniquely identifies the HTTP server.
 	</p>
       </item>
 
@@ -275,7 +275,7 @@
           1590. File suffixes are mapped to MIME types before file delivery.
           The mapping between file suffixes and MIME types can be specified
 	  as an Apache-like file or directly in the property list. Such
-          a file can look like the follwoing:</p>
+          a file can look like the following:</p>
         <pre>
 # MIME type	Extension  
 text/html	html htm
@@ -863,7 +863,7 @@ Transport: TLS
       <tag><marker id="prop_block_time"></marker>{block_time, integer()}</tag>
       <item>
 	<p>Specifies the number of minutes a user is blocked. After
-	this timehas passed, the user automatically regains access.
+	this time has passed, the user automatically regains access.
 	Default is <c>60</c>.</p>
       </item>
       
@@ -1110,7 +1110,7 @@ Transport: TLS
         <p>If <c>Body</c> is returned and equal to <c>{Fun,Arg}</c>,
           the web server tries <c>apply/2</c> on <c>Fun</c> with
           <c>Arg</c> as argument. The web server expects that the fun either
-          returns a list <c>(Body)</c> that is an HTTP repsonse, or the
+          returns a list <c>(Body)</c> that is an HTTP response, or the
           atom <c>sent</c> if the HTTP response is sent back to the
           client. If <c>close</c> is returned from the fun, something has gone
           wrong and the server signals this to the client by
-- 
2.26.2

openSUSE Build Service is sponsored by