fixed type hte->the
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 21 May 2006 21:53:57 +0000 (21:53 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 21 May 2006 21:53:57 +0000 (21:53 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@833 a5681a0c-68f1-0310-ab6d-d61299d08faa

doc/rrd-beginners.pod

index c3d0a39..f96b93b 100644 (file)
@@ -149,7 +149,7 @@ is much better than to assume a missing value was 0 (zero) or any
 other number which might also be a valid data value.  For example, the
 traffic flow counter on a router keeps increasing. Lets say, a value
 is missed for an interval and 0 is stored instead of UNKNOWN. Now when
-hte next value becomes available, it will calculate the difference
+the next value becomes available, it will calculate the difference
 between the current value and the previous value (0) which is not
 correct. So, inserting the value UNKNOWN makes much more sense here.