Remove 'the' from in front of collectd.
authorAbhinav Upadhyay <er.abhinav.upadhyay@gmail.com>
Mon, 9 Dec 2013 09:53:42 +0000 (15:23 +0530)
committerAbhinav Upadhyay <er.abhinav.upadhyay@gmail.com>
Mon, 9 Dec 2013 09:53:42 +0000 (15:23 +0530)
README

diff --git a/README b/README
index c0d7036..fa88f38 100644 (file)
--- 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.