Code

Fixed documentation in `configfile.h': s/Module/Plugin/
[collectd.git] / src / configfile.h
index 0458360c767ff6a40ac6b17e7b9c78f00df319f7..4f82eef1e55766ac61a0b8c94a5f2285a0c4c720 100644 (file)
@@ -37,7 +37,7 @@ void cf_unregister (char *type);
  * DESCRIPTION
  *  `cf_register' is called by plugins that wish to receive config keys. The
  *  plugin will then receive all keys it registered for if they're found in a
- *  `<Module $type>' section.
+ *  `<Plugin $type>' section.
  *
  * PARAMETERS
  *  `type'      Name of the plugin (must be the same as passed to