Code

Imported upstream version 1.4.2.
[pkg-rrdtool.git] / doc / rpntutorial.pod
index b830f2700cc3a55bf2c77241cdb801a7c60c95aa..dd86c68ca5036c4e5f46e1681411303aff77f930 100644 (file)
@@ -102,7 +102,7 @@ with "A":
  2) A,10,input,IF            eval is A,10,input,IF
 
 read "if A then 10 else input".  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:
 
  if input > 10 then 10 else input