From c8ae1836e60d19348c894ffe80f7f79d17ec3b7b Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 25 Sep 2007 16:34:23 +0000 Subject: cosmetics: misc typo fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24615 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/sub.c | 6 +++--- libvo/vo_xvmc.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'libvo') diff --git a/libvo/sub.c b/libvo/sub.c index ee8c4d16d6..2a7d4a4a96 100644 --- a/libvo/sub.c +++ b/libvo/sub.c @@ -790,8 +790,8 @@ inline static void vo_update_text_sub(mp_osd_obj_t* obj,int dxs,int dys){ #ifdef NEW_SPLITTING - // minimum holds the 'sum of the differences in lenght among the lines', - // a measure of the eveness of the lenghts of the lines + // minimum holds the 'sum of the differences in length among the lines', + // a measure of the evenness of the lengths of the lines for (tmp_otp = otp; tmp_otp->next != NULL; tmp_otp = tmp_otp->next) { pmt = tmp_otp->next; while (pmt != NULL) { @@ -806,7 +806,7 @@ inline static void vo_update_text_sub(mp_osd_obj_t* obj,int dxs,int dys){ exit = 0; // until the last word of a line can be moved to the beginning of following line - // reducing the 'sum of the differences in lenght among the lines', it is done + // reducing the 'sum of the differences in length among the lines', it is done while (exit == 0) { hold = NULL; exit = 1; diff --git a/libvo/vo_xvmc.c b/libvo/vo_xvmc.c index 037ee75462..51f941b7e5 100644 --- a/libvo/vo_xvmc.c +++ b/libvo/vo_xvmc.c @@ -37,7 +37,7 @@ #include "libavutil/common.h" -//no chanse xinerama to be suported in near future +//no chance for xinerama to be supported in the near future #undef HAVE_XINERAMA #undef NDEBUG -- cgit v1.2.3