summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-07-15 19:05:01 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-07-20 11:44:06 +0200
commit2765153214821c4e3f4b603596f431e6fb2bcc71 (patch)
treea196f2d302f524fe7f0b2e9f90f25d13931ecb42 /video
parent20c0231f024f430cc0340b9b0a867ac2b577d764 (diff)
downloadmpv-2765153214821c4e3f4b603596f431e6fb2bcc71.tar.bz2
mpv-2765153214821c4e3f4b603596f431e6fb2bcc71.tar.xz
cocoa_common: fix typo in comment
Surely it's copy pasta's fault.
Diffstat (limited to 'video')
-rw-r--r--video/out/cocoa_common.m2
1 files changed, 1 insertions, 1 deletions
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;