X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fdaemon%2Fplugin.h;h=70a22326e09f7b3f492877711e6b5152e5e369c8;hb=68923fc80953be8b3b7e777e8cedc605ae41ef4f;hp=beeb576159fd9f3ce4647aeeabc7bf58ca0fae9d;hpb=13e2b6e5a5ff8dbb20e6e5e06058b3372d139b94;p=collectd.git diff --git a/src/daemon/plugin.h b/src/daemon/plugin.h index beeb5761..70a22326 100644 --- a/src/daemon/plugin.h +++ b/src/daemon/plugin.h @@ -330,7 +330,7 @@ int plugin_unregister_notification (const char *name); * This function can be called to output a list of _all_ registered * writers to the logfacility. * Since some writers dynamically build their name it can be hard for - * the configuring person to know it. This function will fill this gap. + * the configuring person to know it. This function will fill this gap. */ void plugin_log_available_writers ();