summaryrefslogtreecommitdiff
path: root/avconv_opt.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-21 10:57:57 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-08 14:14:25 +0100
commitdb2d65ce1ed13ea9a530b1934963a16c3e8fa460 (patch)
tree029f711b43b9791d56a5d153db9bc862229d8242 /avconv_opt.c
parent64bfc3e20588b75c35fd2dba3a7c97194733e3d3 (diff)
avconv: fix a typo
Diffstat (limited to 'avconv_opt.c')
-rw-r--r--avconv_opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avconv_opt.c b/avconv_opt.c
index cd3f7f65b2..1d2a7efd49 100644
--- a/avconv_opt.c
+++ b/avconv_opt.c
@@ -1901,7 +1901,7 @@ static int open_files(OptionGroupList *l, const char *inout,
inout, g->arg);
return ret;
}
- av_log(NULL, AV_LOG_DEBUG, "Successfully openened the file.\n");
+ av_log(NULL, AV_LOG_DEBUG, "Successfully opened the file.\n");
}
return 0;