Fix mistakes in spelling and grammar

This commit is contained in:
Dario Russo 2016-12-20 10:18:45 -05:00 committed by wm4
parent 99a4be4127
commit 1ba3525816
2 changed files with 4 additions and 4 deletions

View File

@ -2164,7 +2164,7 @@ Window
``50%x50%`` ``50%x50%``
Forces the window width and height to half the screen width and Forces the window width and height to half the screen width and
height. Will show black borders to compensate for the video aspect height. Will show black borders to compensate for the video aspect
ration (with most VOs and without ``--no-keepaspect``). ratio (with most VOs and without ``--no-keepaspect``).
``50%+10+10`` ``50%+10+10``
Sets the window to half the screen widths, and positions it 10 Sets the window to half the screen widths, and positions it 10
pixels below/left of the top left corner of the screen. pixels below/left of the top left corner of the screen.

View File

@ -675,9 +675,9 @@ static void schedule_resize(struct vo_wayland_state *wl,
height = MPMIN(height, wl->display.current_output->height/scale); height = MPMIN(height, wl->display.current_output->height/scale);
} }
// don't keep the aspect ration in fullscreen mode, because the compositor // don't keep the aspect ratio in fullscreen mode because the compositor
// shows the desktop in the border regions if the video has not the same // shows the desktop in the border regions if the video does not have the same
// aspect ration as the screen // aspect ratio as the screen
/* if only the height is changed we have to calculate the width /* if only the height is changed we have to calculate the width
* in any other case we calculate the height */ * in any other case we calculate the height */
switch (edges) { switch (edges) {