Module: libav
Branch: master
Commit: db2d65ce1ed13ea9a530b1934963a16c3e8fa460

Author:    Anton Khirnov <[email protected]>
Committer: Anton Khirnov <[email protected]>
Date:      Thu Feb 21 10:57:57 2013 +0100

avconv: fix a typo

---

 avconv_opt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/avconv_opt.c b/avconv_opt.c
index cd3f7f6..1d2a7ef 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;

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to