Fix a typo in haproxy.pp
authorgecong1973 <ge.cong@zte.com.cn>
Fri, 30 Sep 2016 06:51:20 +0000 (14:51 +0800)
committergecong1973 <ge.cong@zte.com.cn>
Fri, 30 Sep 2016 06:51:20 +0000 (14:51 +0800)
TrivialFix

Change-Id: Ibbd79ef0db6585e1eed2936bb9aa08c894d5af13

manifests/haproxy.pp

index 6a81731..1fc0312 100644 (file)
@@ -1007,7 +1007,7 @@ class tripleo::haproxy (
         # NOTE(jaosorior): Websockets have more overhead in establishing
         # connections than regular HTTP connections. Also, since it begins
         # as an HTTP connection and then "upgrades" to a TCP connection, some
-        # timeouts get overriden by others at certain times of the connection.
+        # timeouts get overridden by others at certain times of the connection.
         # The following values were taken from the following site:
         # http://blog.haproxy.com/2012/11/07/websockets-load-balancing-with-haproxy/
         'timeout' => ['connect 5s', 'client 25s', 'server 25s', 'tunnel 3600s'],