From 1ba352581687548ffc2664b94f831a3dd12d05fa Mon Sep 17 00:00:00 2001 From: Dario Russo Date: Tue, 20 Dec 2016 10:18:45 -0500 Subject: Fix mistakes in spelling and grammar --- video/out/wayland_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'video') diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c index a41fb6680a..35d0dfed51 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -675,9 +675,9 @@ static void schedule_resize(struct vo_wayland_state *wl, height = MPMIN(height, wl->display.current_output->height/scale); } - // don't keep the aspect ration in fullscreen mode, because the compositor - // shows the desktop in the border regions if the video has not the same - // aspect ration as the screen + // don't keep the aspect ratio in fullscreen mode because the compositor + // shows the desktop in the border regions if the video does not have the same + // aspect ratio as the screen /* if only the height is changed we have to calculate the width * in any other case we calculate the height */ switch (edges) { -- cgit v1.2.3