summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-03-17 00:32:41 +0900
committerGitHub <noreply@github.com>2021-03-16 18:32:41 +0300
commit012d7adfb0f8c26c9287fdd862d102fac28d8fe9 (patch)
tree77b6db561b3e3c7d7056eb4b158a1e303080fcf5 /web
parente186b45a0159ee72e5a7075e53b53151f2bc8373 (diff)
Fix typo in dashboard_info.js (#10775)
occured -> occurred
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 13e72b26eb..1407fbb7d0 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -2343,7 +2343,7 @@ netdataDashboard.context = {
},
'web_log.squid_transport_errors': {
- info: 'These tags are optional and describe some error conditions which occured during response delivery (if any). ' +
+ info: 'These tags are optional and describe some error conditions which occurred during response delivery (if any). ' +
'<code>ABORTED</code> when the response was not completed due to the connection being aborted (usually by the client). ' +
'<code>TIMEOUT</code>, when the response was not completed due to a connection timeout.'
},
@@ -3100,7 +3100,7 @@ netdataDashboard.context = {
},
'squidlog.cache_code_error_tag_requests': {
- info: 'These tags are optional and describe some error conditions which occured during response delivery.<br>' +
+ info: 'These tags are optional and describe some error conditions which occurred during response delivery.<br>' +
'<ul>' +
' <li><code>ABORTED</code> the response was not completed due to the connection being aborted (usually by the client).</li>' +
' <li><code>TIMEOUT</code> the response was not completed due to a connection timeout.</li>' +