summaryrefslogtreecommitdiffstats
path: root/web/dashboard_info.js
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-06 15:32:53 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2018-01-06 15:32:53 +0200
commit7efa360861325cdfa9845834cde2f938d485956b (patch)
treee9ef109ec10ecdc518e06a58863fe18ebf4d44bf /web/dashboard_info.js
parent47805e7b540fe581beb27792543026d38085e655 (diff)
fixed typo
Diffstat (limited to 'web/dashboard_info.js')
-rw-r--r--web/dashboard_info.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index 158075d2d6..2647b1d256 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -713,7 +713,7 @@ netdataDashboard.context = {
'ipv4.tcplistenissues': {
info: '<b>overflows</b> (or <code>ListenOverflows</code>) is the number of incoming connections that could not be handled because the receive queue of the application was full (for both IPv4 and IPv6).'
- + ' <b>drops</b> (or <code>ListenDrops</code>) is the number of incoming connections that could not be handled, including SYN floods, overflows, out of memory, security issues, no route to destination, recemption of related ICMP messages, socket is broadcast or multicast (for both IPv4 and IPv6).'
+ + ' <b>drops</b> (or <code>ListenDrops</code>) is the number of incoming connections that could not be handled, including SYN floods, overflows, out of memory, security issues, no route to destination, reception of related ICMP messages, socket is broadcast or multicast (for both IPv4 and IPv6).'
},
// ------------------------------------------------------------------------