fix typo in comment

This commit is contained in:
Emilien Mottet 2019-01-19 15:26:20 +01:00
parent 8aecac8f21
commit 353e75f510

View File

@ -43,7 +43,7 @@ class Export(GlancesExport):
# Optionals configuration keys
self.compression = None
# Load the Cassandra configuration file section
# Load the Kafka configuration file section
self.export_enable = self.load_conf('kafka',
mandatories=['host', 'port', 'topic'],
options=['compression'])