From: Sebastian Harl Date: Mon, 12 Nov 2007 15:38:13 +0000 (+0100) Subject: collectd-perl(5): Fixed a typo. X-Git-Tag: collectd-4.2.2~7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=77dfe1e6d120e139933112966803d67c9a1ff8e5;p=collectd.git collectd-perl(5): Fixed a typo. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/src/collectd-perl.pod b/src/collectd-perl.pod index b6537470..9707fa30 100644 --- a/src/collectd-perl.pod +++ b/src/collectd-perl.pod @@ -60,7 +60,7 @@ only has effect on plugins loaded after this option. =head1 WRITING YOUR OWN PLUGINS -Writing your own plugins is quite simply. collectd manages plugins by means of +Writing your own plugins is quite simple. collectd manages plugins by means of B which call the appropriate B registered by the plugins. Any plugin basically consists of the implementation of these callback functions and initializing code which registers the