Code

collectd.conf.pod: correct a tiny typo
authorMarc Fournier <marc.fournier@camptocamp.com>
Wed, 8 Jul 2015 22:07:36 +0000 (00:07 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 8 Jul 2015 22:07:36 +0000 (00:07 +0200)
src/collectd.conf.pod

index a47292a43247aa20e445fb4bc11ec42a5f4135b0..25526e9fbcb7f5a0fd3457a65fd868b77da14610 100644 (file)
@@ -478,7 +478,7 @@ are disabled by default.
 
 =head2 Plugin C<amqp>
 
-The I<AMQMP plugin> can be used to communicate with other instances of
+The I<AMQP plugin> can be used to communicate with other instances of
 I<collectd> or third party applications using an AMQP message broker. Values
 are sent to or received from the broker, which handles routing, queueing and
 possibly filtering or messages.
@@ -502,7 +502,7 @@ possibly filtering or messages.
  #   GraphiteSeparateInstances false
  #   GraphiteAlwaysAppendDS false
    </Publish>
-   
+
    # Receive values from an AMQP broker
    <Subscribe "some_name">
      Host "localhost"