summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2021-04-19 12:39:34 +0000
committerChristophe Jaillet <jailletc36@apache.org>2021-04-19 12:39:34 +0000
commit27b7e81cade3fd072ddf1eb996a77d328be36133 (patch)
tree251666520f7a53f898be6c6240bf238878c384ea
parente29032b9b7b01ec5a00281666c6894a12f316bb3 (diff)
downloadhttpd-27b7e81cade3fd072ddf1eb996a77d328be36133.tar.gz
Fix some typos
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888959 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/server-status/server-status.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/server-status/server-status.lua b/docs/server-status/server-status.lua
index 31ed616170..323a699bf2 100644
--- a/docs/server-status/server-status.lua
+++ b/docs/server-status/server-status.lua
@@ -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
+]]