From 2765153214821c4e3f4b603596f431e6fb2bcc71 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 15 Jul 2013 19:05:01 +0200 Subject: cocoa_common: fix typo in comment Surely it's copy pasta's fault. --- video/out/cocoa_common.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m index 21de24e21c..11f5f12407 100644 --- a/video/out/cocoa_common.m +++ b/video/out/cocoa_common.m @@ -958,7 +958,7 @@ int vo_cocoa_cgl_color_size(struct vo *vo) // The visible frame's width is smaller: dock is on left or right end // of this method's receiver. vF.size.width < f.size.width || - // The visible frame's veritical origin is bigger is smaller: dock is + // The visible frame's veritical origin is bigger: dock is // on the bottom of this method's receiver. vF.origin.y > f.origin.y; -- cgit v1.2.3