]> git.sesse.net Git - ffmpeg/blobdiff - doc/eval.texi
fate: add kgv1 fate test.
[ffmpeg] / doc / eval.texi
index 7d8106b89e242cf99c5a24972c52e2107199e721..7f8f3653b3f9370c81f64ec233a97296a5a05583 100644 (file)
@@ -1,7 +1,7 @@
 @chapter Expression Evaluation
 @c man begin EXPRESSION EVALUATION
 
-When evaluating an arithemetic expression, Libav uses an internal
+When evaluating an arithmetic expression, Libav uses an internal
 formula evaluator, implemented through the @file{libavutil/eval.h}
 interface.
 
@@ -53,7 +53,7 @@ returns the value stored in the internal variable.
 
 @item ld(var)
 Allow to load the value of the internal variable with number
-@var{var}, which was previosly stored with st(@var{var}, @var{expr}).
+@var{var}, which was previously stored with st(@var{var}, @var{expr}).
 The function returns the loaded value.
 
 @item while(cond, expr)