[libav-commits] timer: fix misspelling of "decicycles"

Mans Rullgard git at libav.org
Mon Nov 28 15:35:04 CET 2011


Module: libav
Branch: master
Commit: 60084a1723ee7cd5c79a5a7efc1dee82c25cbe56

Author:    Mans Rullgard <mans at mansr.com>
Committer: Mans Rullgard <mans at mansr.com>
Date:      Mon Nov 28 14:21:48 2011 +0000

timer: fix misspelling of "decicycles"

Signed-off-by: Mans Rullgard <mans at mansr.com>

---

 libavutil/timer.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavutil/timer.h b/libavutil/timer.h
index 341d508..6333cc6 100644
--- a/libavutil/timer.h
+++ b/libavutil/timer.h
@@ -61,7 +61,7 @@ tend= AV_READ_TIME();\
     }else\
         tskip_count++;\
     if(((tcount+tskip_count)&(tcount+tskip_count-1))==0){\
-        av_log(NULL, AV_LOG_ERROR, "%"PRIu64" dezicycles in %s, %d runs, %d skips\n",\
+        av_log(NULL, AV_LOG_ERROR, "%"PRIu64" decicycles in %s, %d runs, %d skips\n",\
                tsum*10/tcount, id, tcount, tskip_count);\
     }\
 }



More information about the libav-commits mailing list