collectd-java(5): Fix a typo.
authorFlorian Forster <octo@huhu.verplant.org>
Fri, 20 Feb 2009 10:13:21 +0000 (11:13 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 20 Feb 2009 10:13:21 +0000 (11:13 +0100)
src/collectd-java.pod

index 83fb89b..b9e80a2 100644 (file)
@@ -127,7 +127,7 @@ Signature: I<int> B<Config> (I<org.collectd.api.OConfigItem>)
 This method is passed a B<OConfigItem> object, if both, method and
 configuration, are available. B<OConfigItem> is the root of a tree representing
 the configuration for this plugin. The root itself is the representation of the
 This method is passed a B<OConfigItem> object, if both, method and
 configuration, are available. B<OConfigItem> is the root of a tree representing
 the configuration for this plugin. The root itself is the representation of the
-B<E<lt>PluginE<nbsp>/E<lt>> block, so in next to all cases the children of the
+B<E<lt>PluginE<nbsp>/E<gt>> block, so in next to all cases the children of the
 root are the first interesting objects.
 
 To signal success, this method has to return zero. Anything else will be
 root are the first interesting objects.
 
 To signal success, this method has to return zero. Anything else will be