summaryrefslogtreecommitdiffstats
path: root/libvo/vo_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_x11.c')
-rw-r--r--libvo/vo_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_x11.c b/libvo/vo_x11.c
index 4207c57fdf..07b1c9045a 100644
--- a/libvo/vo_x11.c
+++ b/libvo/vo_x11.c
@@ -275,7 +275,7 @@ static uint32_t config( uint32_t width,uint32_t height,uint32_t d_width,uint32_t
XMatchVisualInfo( mDisplay,mScreen,depth,TrueColor,&vinfo );
/* set image size (which is indeed neither the input nor output size),
- if zoom is on it will be changed during draw_slice anyway so we dont dupplicate the aspect code here
+ if zoom is on it will be changed during draw_slice anyway so we don't duplicate the aspect code here
*/
image_width=(width + 7) & (~7);
image_height=height;