diff options
author | root <root@muzej.(none)> | 2011-11-29 17:54:49 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-29 18:26:06 +0100 |
commit | 551b9eb9efa68fa8adf843f190358237308f7e9a (patch) | |
tree | cafd0d18c24d37971ef278135d383064af897dc9 /doc/eval.texi | |
parent | b0a90c20041b1fc8e5cd2671c6ca59ec4b1a60df (diff) | |
download | ffmpeg-551b9eb9efa68fa8adf843f190358237308f7e9a.tar.gz |
docs: Spelling fixes to 9 texi files from /doc
credits to: Violet Lin (from Google Code-in)
Signed-off-by: burek <burek021@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/eval.texi')
-rw-r--r-- | doc/eval.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/eval.texi b/doc/eval.texi index 18d848749a..d0834e0b74 100644 --- a/doc/eval.texi +++ b/doc/eval.texi @@ -1,7 +1,7 @@ @chapter Expression Evaluation @c man begin EXPRESSION EVALUATION -When evaluating an arithemetic expression, FFmpeg uses an internal +When evaluating an arithmetic expression, FFmpeg 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) @@ -102,11 +102,11 @@ Return the greatest common divisor of @var{x} and @var{y}. If both @var{x} and The following constants are available: @table @option @item PI -area of the unit disc, approximatively 3.14 +area of the unit disc, approximately 3.14 @item E -exp(1) (Euler's number), approximatively 2.718 +exp(1) (Euler's number), approximately 2.718 @item PHI -golden ratio (1+sqrt(5))/2, approximatively 1.618 +golden ratio (1+sqrt(5))/2, approximately 1.618 @end table Note that: |