mysql plugin: Fix typo in documentation
authorusev6 <use_v6@aglaz.de>
Fri, 20 Sep 2019 20:26:40 +0000 (22:26 +0200)
committerusev6 <use_v6@aglaz.de>
Sat, 21 Sep 2019 06:00:28 +0000 (08:00 +0200)
src/collectd.conf.pod

index 8fbb364..cda1002 100644 (file)
@@ -4828,7 +4828,7 @@ Hostname of the database server. Defaults to B<localhost>.
 
 Username to use when connecting to the database. The user does not have to be
 granted any privileges (which is synonym to granting the C<USAGE> privilege),
-unless you want to collectd replication statistics (see B<MasterStats> and
+unless you want to collect replication statistics (see B<MasterStats> and
 B<SlaveStats> below). In this case, the user needs the C<REPLICATION CLIENT>
 (or C<SUPER>) privileges. Else, any existing MySQL user will do.