From: Abhinav Upadhyay Date: Mon, 9 Dec 2013 09:53:42 +0000 (+0530) Subject: Remove 'the' from in front of collectd. X-Git-Tag: collectd-5.5.0~332^2^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=cafa7b40cd34d38d4bcb2dae3d0f69ad6dda4cda;p=collectd.git Remove 'the' from in front of collectd. --- diff --git a/README b/README index c0d70363..fa88f387 100644 --- a/README +++ b/README @@ -565,7 +565,7 @@ Prerequisites * A POSIX-threads (pthread) implementation. Since gathering some statistics is slow (network connections, slow devices, - etc) the collectd is parallelized. The POSIX threads interface is being + etc) collectd is parallelized. The POSIX threads interface is being used and should be found in various implementations for hopefully all platforms.