Code

Imported upstream version 1.4.2.
[pkg-rrdtool.git] / doc / rpntutorial.html
index 74d8754758e5d3e75038ba02525a22973e4ae005..b754432ff3d7b6fa275910daa37ef84c5dcbb5f5 100644 (file)
@@ -127,7 +127,7 @@ with &quot;A&quot;:</p>
 <pre>
  2) A,10,input,IF            eval is A,10,input,IF</pre>
 <p>read &quot;if A then 10 else input&quot;.  Now replace A with it's verbose
-description again and--voila!--you have a easily readable description
+description again and--voila!--you have an easily readable description
 of the expression:</p>
 <pre>
  if input &gt; 10 then 10 else input</pre>