From da9cea77e314dad2fbc615a76085a0c330741f92 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 5 Oct 2011 14:12:42 +0200 Subject: Fix a bunch of common typos. --- libavutil/eval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/eval.h') diff --git a/libavutil/eval.h b/libavutil/eval.h index c485c69fb1..ccb29e7a33 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)" -- cgit v1.2.3