]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: fix typos in the examples files
authorJoseph Herlant <aerostitch@debian.org>
Wed, 14 Nov 2018 04:01:24 +0000 (20:01 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:24:51 +0000 (22:24 +0100)
To be more specific the error 500 example page and the
transparent_proxy.cfg page. For the later, it is all in the comments but
still user-visible as those are examples.

examples/errorfiles/500.http
examples/transparent_proxy.cfg

index ebf7d47f1b32291e2335fb1541594b00c60a583e..9c3be965c07f43cd4c89af0b4b8fb3ff16bfb99c 100644 (file)
@@ -4,6 +4,6 @@ Connection: close
 Content-Type: text/html\r
 \r
 <html><body><h1>500 Internal Server Error</h1>
-An internal server error occured.
+An internal server error occurred.
 </body></html>
 
index 0ecb20d4058fcc8d86af5090ae5f92ed0a455223..b514ae3b2eef2687e7a52bbed7b09fa780f41e9c 100644 (file)
@@ -39,11 +39,11 @@ backend TransparentBack_http
 # /sbin/sysctl net.link.ether.ipfw=1
 # ipfw add 10 fwd localhost tcp from 192.168.0.40 80 to any in recv em0
 #
-# the above does the folowing:
+# the above does the following:
 # - load the ipfw kernal module
 # - set pf as the outer firewall to keep control of routing packets for example to route them to a non-default gateway
 # - enable ipfw
-# - set a rule to catches reply traffic on em0 comming from the webserver
+# - set a rule to catches reply traffic on em0 coming from the webserver
 #
 # --- Step 2 ---
 # To also make the client connection transparent its possible to redirect incomming requests to HAProxy with a pf rule: