X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Feval.h;h=22fa121127a41f411399b5a104eaedeb5d1f1967;hb=58c41799ab6b52df86b6afe23304f34b62741326;hp=ee378a29b403073ac38ac73a0f58f3202e07c68e;hpb=f8a4075eb83e6b55fc1185421365181b009516ba;p=ffmpeg diff --git a/libavutil/eval.h b/libavutil/eval.h index ee378a29b40..22fa121127a 100644 --- a/libavutil/eval.h +++ b/libavutil/eval.h @@ -58,7 +58,7 @@ int av_expr_parse_and_eval(double *res, const char *s, * Parse an expression. * * @param expr a pointer where is put an AVExpr containing the parsed - * value in case of successfull parsing, or NULL otherwise. + * value in case of successful parsing, or NULL otherwise. * The pointed to AVExpr must be freed with av_expr_free() by the user * when it is not needed anymore. * @param s expression as a zero terminated string, for example "1+2^3+5*5+sin(2/3)"