new command rrdtool xport integrated
[rrdtool.git] / doc / rrdcreate.pod
index b43f70a..d0ecbe9 100644 (file)
@@ -386,7 +386,7 @@ together with the time.
 
 =item Mail Messages
 
-Assume you have a methode to count the number of messages transported by
+Assume you have a method to count the number of messages transported by
 your mailserver in a certain amount of time, this give you data like '5
 messages in the last 65 seconds'. If you look at the count of 5 like and
 B<ABSOLUTE> datatype you can simply update the rrd with the number 5 and the
@@ -428,7 +428,7 @@ A few archives areas are also defined. The first stores the
 temperatures supplied for 100 hours (1200 * 300 seconds = 100
 hours). The second RRA stores the minimum temperature recorded over
 every hour (12 * 300 seconds = 1 hour), for 100 days (2400 hours). The
-third and the fourth RRA's do the same with the for the maximum and
+third and the fourth RRA's do the same for the maximum and
 average temperature, respectively.
 
 =head1 EXAMPLE 2