From: Christophe Jaillet Date: Mon, 19 Apr 2021 12:39:34 +0000 (+0000) Subject: Fix some typos X-Git-Tag: 2.5.0-alpha2-ci-test-only~961 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27b7e81cade3fd072ddf1eb996a77d328be36133;p=thirdparty%2Fapache%2Fhttpd.git Fix some typos [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888959 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/server-status/server-status.lua b/docs/server-status/server-status.lua index 31ed6161705..323a699bf23 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 = [[
@@ -679,7 +679,7 @@ function refreshThreads(json, state) { } phtml += ""; } else { - phtml += "

No thread information avaialable

"; + phtml += "

No thread information available

"; } phtml += "
"; box.innerHTML += phtml; @@ -1898,4 +1898,4 @@ status_css = [[ padding-left: 4px; color: #FFE; } -]] \ No newline at end of file +]]