]> git.sesse.net Git - vlc/commitdiff
typo
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 10 Dec 2007 00:38:21 +0000 (00:38 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 10 Dec 2007 00:38:21 +0000 (00:38 +0000)
modules/gui/macosx/vout.m

index fdcae957072984bcc3001f97310c953de037f71e..6451547981eba14f52d2c704858b2fc7737a6ba7 100644 (file)
@@ -155,8 +155,8 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
     return self;
 }
 
-- (BOOL)setVout: (vout_thread_t *) vout s
-         ubView: (NSView *) view
+- (BOOL)setVout: (vout_thread_t *) vout
+        subView: (NSView *) view
           frame: (NSRect *) frame
 {
     int i_device;