summaryrefslogtreecommitdiffstats
path: root/libvo/sub.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-25 16:34:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-25 16:34:23 +0000
commitc8ae1836e60d19348c894ffe80f7f79d17ec3b7b (patch)
tree8ea25823b79b5224b1dfff634fddec58825efbb3 /libvo/sub.c
parent49dc3d8ad467a426c4d7d493b40ab761182596ee (diff)
downloadmpv-c8ae1836e60d19348c894ffe80f7f79d17ec3b7b.tar.bz2
mpv-c8ae1836e60d19348c894ffe80f7f79d17ec3b7b.tar.xz
cosmetics: misc typo fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24615 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/sub.c')
-rw-r--r--libvo/sub.c6
1 files changed, 3 insertions, 3 deletions
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;