]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: patch for minor typo (ressources/resources)
authorAdrian Bridgett <adrian@smop.co.uk>
Mon, 19 Mar 2012 23:36:42 +0000 (23:36 +0000)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Mar 2012 06:54:41 +0000 (07:54 +0100)
The main stats page says "ressources" (French spelling) rather than
"resources" (English spelling).

One little patch attached (against v1.4.20).

Many thanks,

Adrian

doc/architecture.txt
src/dumpstats.c

index 991b2365427950e9167af6e8426736b020cd97aa..6135f80015ad1857f9ba411d54868a799e7f763a 100644 (file)
@@ -506,7 +506,7 @@ server uses HTTPS.
 
 
 Since haproxy does not handle SSL, this part will have to be extracted from the
-servers (freeing even more ressources) and installed on the load-balancer
+servers (freeing even more resources) and installed on the load-balancer
 itself. Install haproxy and apache+mod_ssl on the old box which will spread the
 load between the new boxes. Apache will work in SSL reverse-proxy-cache. If the
 application is correctly developped, it might even lower its load. However,
index 12252c9d8642471af91db8d7ea98d61027a46be8..142429b8c34d634d55d2e07823cfeb195baa4a06 100644 (file)
@@ -2012,7 +2012,7 @@ static int stats_dump_http(struct stream_interface *si, struct uri_auth *uri)
                        chunk_printf(&msg,
                             "</ul></td>"
                             "<td align=\"left\" valign=\"top\" nowrap width=\"1%%\">"
-                            "<b>External ressources:</b><ul style=\"margin-top: 0.25em;\">\n"
+                            "<b>External resources:</b><ul style=\"margin-top: 0.25em;\">\n"
                             "<li><a href=\"" PRODUCT_URL "\">Primary site</a><br>\n"
                             "<li><a href=\"" PRODUCT_URL_UPD "\">Updates (v" PRODUCT_BRANCH ")</a><br>\n"
                             "<li><a href=\"" PRODUCT_URL_DOC "\">Online manual</a><br>\n"