From: Florian Forster Date: Thu, 16 Oct 2008 21:16:38 +0000 (+0200) Subject: ChangeLog: Fix a typo. X-Git-Tag: collectd-4.4.5~21 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=6fabf5eaaf356c0d0423fa6fa56d4c4352c1a9bd;p=collectd.git ChangeLog: Fix a typo. --- diff --git a/ChangeLog b/ChangeLog index 9a87ac27..1f5a0212 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,11 +13,11 @@ * collectdmon: Don't block SIGCHLD. This fixes a potential portability problem. * collectd-nagios: Fix handling of the `-d' option. Thanks to Fabian - Linzberger for reporting the but. + Linzberger for reporting the bug. * network plugin: Fix a memory leak in the configuration handling code. Thanks to Niraj Tolia for reporting this issue. * perl plugin: Log an error message if bootstrapping `Collectd' fails. - * tail plugin: Call `clearerr' after reading an EOF. This fixes + * tail plugin: Call `clearerr(3)' after reading an EOF. This fixes problems with some `libc's. Thanks to Matthias Lay for reporting the bug.