summaryrefslogtreecommitdiffstats
path: root/python.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-07-30 02:06:47 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-07-30 02:06:47 +0300
commit9d01b214e9bdb050a35969b76e6a1e5eeea19173 (patch)
treeb115836a76ae41eb02e6c0aa528e8ec7926bee62 /python.d
parent419c7c76a556fb573ad72f3ec93dc3081c223cd6 (diff)
fix dovecot typos; fixes #2535
Diffstat (limited to 'python.d')
-rw-r--r--python.d/dovecot.chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python.d/dovecot.chart.py b/python.d/dovecot.chart.py
index 60e8bf6ef7..b2bef4956a 100644
--- a/python.d/dovecot.chart.py
+++ b/python.d/dovecot.chart.py
@@ -42,8 +42,8 @@ CHARTS = {
'context_switches': {
'options': [None, "Dovecot Context Switches", '', 'context switches', 'dovecot.context_switches', 'line'],
'lines': [
- ['vol_cs', 'volountary', 'absolute'],
- ['invol_cs', 'involountary', 'absolute']
+ ['vol_cs', 'voluntary', 'absolute'],
+ ['invol_cs', 'involuntary', 'absolute']
]},
'io': {
'options': [None, "Dovecot Disk I/O", 'kilobytes/s', 'disk', 'dovecot.io', 'area'],