Mailing List Archive

svn commit: r1888959 - /httpd/httpd/trunk/docs/server-status/server-status.lua
Author: jailletc36
Date: Mon Apr 19 12:39:34 2021
New Revision: 1888959

URL: http://svn.apache.org/viewvc?rev=1888959&view=rev
Log:
Fix some typos

[skip ci]

Modified:
httpd/httpd/trunk/docs/server-status/server-status.lua

Modified: httpd/httpd/trunk/docs/server-status/server-status.lua
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/server-status/server-status.lua?rev=1888959&r1=1888958&r2=1888959&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/server-status/server-status.lua (original)
+++ httpd/httpd/trunk/docs/server-status/server-status.lua Mon Apr 19 12:39:34 2021
@@ -18,7 +18,7 @@ under the License.
]]

--[[ mod_lua implementation of the server-status page ]]
-local ssversion = "0.11" -- verion of this script
+local ssversion = "0.11" -- version of this script
local redact_ips = true -- whether to replace the last two bits of every IP with 'x.x'
local warning_banner = [.[.
<div style="float: left; color: #222; margin-bottom: 8px; margin-top: 24px; text-align: center; width: 200px; font-size: 0.7rem; border: 1px dashed #333; background: #F8C940;">
@@ -679,7 +679,7 @@ function refreshThreads(json, state) {
}
phtml += "</table>";
} else {
- phtml += "<p>No thread information avaialable</p>";
+ phtml += "<p>No thread information available</p>";
}
phtml += "</div>";
box.innerHTML += phtml;
@@ -1898,4 +1898,4 @@ status_css = [[
padding-left: 4px;
color: #FFE;
}
-]]
\ No newline at end of file
+]]