From: niki Date: Tue, 20 Dec 2005 08:44:31 +0000 (+0000) Subject: typo X-Git-Tag: collectd-3.6.0~22 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=34b093aa9da2b34c01f718d30369d4ab38c0610e;p=collectd.git typo --- diff --git a/src/configfile.h b/src/configfile.h index 13eb82b7..0458360c 100644 --- a/src/configfile.h +++ b/src/configfile.h @@ -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 - * `' section. + * `' section. * * PARAMETERS * `type' Name of the plugin (must be the same as passed to