]> git.sesse.net Git - vlc/commitdiff
Typo
authorRafaël Carré <funman@videolan.org>
Thu, 24 Apr 2008 13:28:39 +0000 (15:28 +0200)
committerRafaël Carré <funman@videolan.org>
Thu, 24 Apr 2008 13:28:39 +0000 (15:28 +0200)
modules/gui/fbosd.c

index 776b516716423fc72b982d54bf076b338bc7f9cf..0c2ab016aa4299ed8b0bed58037661b5853c1653 100644 (file)
@@ -243,7 +243,7 @@ struct fbosd_render_t
     text_style_t    text_style;                              /* font control */
     char            *psz_string;
 
-    /* Positon  */
+    /* Position */
     bool      b_absolute;
     int             i_x;
     int             i_y;
@@ -289,7 +289,7 @@ struct intf_sys_t
     /* Font style */
     text_style_t    *p_style;                                /* font control */
 
-    /* Positon */
+    /* Position */
     bool      b_absolute;
     int             i_x;
     int             i_y;