summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/sub.c6
-rw-r--r--libvo/vo_xvmc.c2
2 files changed, 4 insertions, 4 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;
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