Browse Source

ebpf plugin info typo fix (#8360)

Ilya Mashchenko 5 years ago
parent
commit
df12514021
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/gui/dashboard_info.js

+ 1 - 1
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': {