collectd.conf(5): Fix typo.
authorFlorian Forster <octo@collectd.org>
Sat, 5 May 2012 16:05:12 +0000 (18:05 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 5 May 2012 16:05:12 +0000 (18:05 +0200)
src/collectd.conf.pod

index 5fee0d0..01d0dea 100644 (file)
@@ -4915,7 +4915,7 @@ number.
 If set to B<true>, the plugin instance and type instance will be in their own
 path component, for example C<host.cpu.0.cpu.idle>. If set to B<false> (the
 default), the plugin and plugin instance (and likewise the type and type
-instance) are put into once component, for example C<host.cpu-0.cpu-idle>.
+instance) are put into one component, for example C<host.cpu-0.cpu-idle>.
 
 =item B<AlwaysAppendDS> B<false>|B<true>