summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2020-03-10 16:41:44 +0300
committerGitHub <noreply@github.com>2020-03-10 16:41:44 +0300
commitdf12514021c1b9877b039fa41230b7e72485f41c (patch)
treec0093ffdf6c80bf5092bfaa33d81e89e3d10423b /web
parentf7d0c986db2921526df93440fb970af58cb1ee33 (diff)
ebpf plugin info typo fix (#8360)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index aa7cd4e06d..7846afcffb 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -545,7 +545,7 @@ netdataDashboard.menu = {
'ebpf': {
title: 'eBPF',
icon: '<i class="fas fa-heartbeat"></i>',
- info: 'Monitor system calls, internal functtions, bytes read, bytes written and errors using <code>eBPF</code>.'
+ info: 'Monitor system calls, internal functions, bytes read, bytes written and errors using <code>eBPF</code>.'
},
'vernemq': {