]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/embeddedwindow.m
Fix some typos.
[vlc] / modules / gui / macosx / embeddedwindow.m
index acbf2cde3843f63381fc5c9628e73443e2e8c243..6491af45c2af4ac93547c39c6970303fce964ae9 100644 (file)
     /* Only create the o_fullscreen_window if we are not in the middle of the zooming animation */
     if (!o_fullscreen_window)
     {
-        /* We can't change the styleMask of an already created NSWindow, so we create an other window, and do eye catching stuff */
+        /* We can't change the styleMask of an already created NSWindow, so we create another window, and do eye catching stuff */
 
         rect = [[o_view superview] convertRect: [o_view frame] toView: nil]; /* Convert to Window base coord */
         rect.origin.x += [self frame].origin.x;