Code

Fixed documentation in `configfile.h': s/Module/Plugin/
[collectd.git] / src / configfile.h
index 13eb82b72ac74fe2857bca89dad2f34f6f63bbfa..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
- *  `<Moudle $type>' section.
+ *  `<Plugin $type>' section.
  *
  * PARAMETERS
  *  `type'      Name of the plugin (must be the same as passed to