README, collectd.conf(5): its/it's in documentation
authorEvan Miller <emmiller@gmail.com>
Thu, 7 Jun 2007 07:22:44 +0000 (09:22 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 7 Jun 2007 07:22:44 +0000 (09:22 +0200)
A grammatical pet peeve of mine...

Cheers,

Evan

README
src/collectd.conf.pod

diff --git a/README b/README
index 794511c..c39885d 100644 (file)
--- a/README
+++ b/README
@@ -253,7 +253,7 @@ Prerequisites
 
   * librrd (optional; headers and library; rrdtool 1.0 and 1.2 both work fine)
     If built without `librrd' the resulting binary will be `client only', i.e.
-    will send it's values via multicast and not create any RRD files itself.
+    will send its values via multicast and not create any RRD files itself.
     Alternatively you can chose to write CSV-files (Comma Seperated Values)
     instead.
 
index a190dd6..f7c10ad 100644 (file)
@@ -103,7 +103,7 @@ the following snipped to base your Apache config upon:
     </Location>
   </IfModule>
 
-Since it's C<mod_status> module is very similar to Apache's, B<lighttpd> is
+Since its C<mod_status> module is very similar to Apache's, B<lighttpd> is
 also supported. It introduces a new field, called C<BusyServers>, to count the
 number of currently connected clients. This field is also supported.