Code

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@833 a5681a0c-68f1-0310-ab6d-d61299d08faa

program/doc/rrd-beginners.pod

index c3d0a397155a5dd7a698f81377d7fcc8bc7bb8c0..f96b93bcc850399b8e50a381fc7c88a93109e48c 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.