]> git.sesse.net Git - vlc/commitdiff
Fix some typos.
authorRémi Duraffort <ivoire@videolan.org>
Tue, 31 Aug 2010 19:53:28 +0000 (21:53 +0200)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 31 Aug 2010 19:58:42 +0000 (21:58 +0200)
include/vlc/libvlc.h
modules/audio_output/alsa.c
modules/demux/avi/avi.c
modules/gui/macosx/embeddedwindow.m
modules/gui/qt4/main_interface.hpp
modules/gui/qt4/util/qvlcframe.hpp
modules/misc/quartztext.c
modules/packetizer/dirac.c
src/control/error.c

index dbc70d272e33ef380cd7364b8252328da9307c6a..8541768ff5f03c7b71e9d68eca7e4e950aec86b0 100644 (file)
@@ -89,21 +89,21 @@ VLC_PUBLIC_API const char *libvlc_errmsg (void);
 
 /**
  * Clears the LibVLC error status for the current thread. This is optional.
- * By default, the error status is automatically overriden when a new error
+ * By default, the error status is automatically overridden when a new error
  * occurs, and destroyed when the thread exits.
  */
 VLC_PUBLIC_API void libvlc_clearerr (void);
 
 /**
  * Sets the LibVLC error status and message for the current thread.
- * Any previous error is overriden.
+ * Any previous error is overridden.
  * \return a nul terminated string in any case
  */
 const char *libvlc_vprinterr (const char *fmt, va_list ap);
 
 /**
  * Sets the LibVLC error status and message for the current thread.
- * Any previous error is overriden.
+ * Any previous error is overridden.
  * \return a nul terminated string in any case
  */
 const char *libvlc_printerr (const char *fmt, ...);
index 448951333da224e9582195aac87fd4575311a0a8..69190c7ffacf177a5cbf2df4ec98250405ce09d6 100644 (file)
@@ -338,7 +338,7 @@ static int Open( vlc_object_t *p_this )
     }
 
     /* Choose the IEC device for S/PDIF output:
-       if the device is overriden by the user then it will be the one
+       if the device is overridden by the user then it will be the one
        otherwise we compute the default device based on the output format. */
     char *psz_iec_device = NULL;
     if( AOUT_FMT_NON_LINEAR( &p_aout->output.output ) )
index a6b9154f5b99523e13daf5367d56e4d347898ece..cc3f374747ba126bbc339875c9afd8c36117be01 100644 (file)
@@ -281,7 +281,7 @@ static int Open( vlc_object_t * p_this )
     p_demux->pf_control = Control;
     p_demux->pf_demux = Demux_Seekable;
 
-    /* For unseekable stream, automaticaly use Demux_UnSeekable */
+    /* For unseekable stream, automatically use Demux_UnSeekable */
     if( !p_sys->b_seekable
      || var_InheritBool( p_demux, "avi-interleaved" ) )
     {
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;
index d6a59512d97c0b0a0f7f2cc5283e8da7cc192e37..c8264c796dd7d179c32d3c5614afebba0f2b05b9 100644 (file)
@@ -153,7 +153,7 @@ private:
 
     /* Flags */
     bool                 b_notificationEnabled; /// Systray Notifications
-    bool                 b_autoresize;          ///< persistent resizeable window
+    bool                 b_autoresize;          ///< persistent resizable window
     bool                 b_videoEmbedded;       ///< Want an external Video Window
     bool                 b_videoFullScreen;     ///< --fullscreen
     bool                 b_videoOnTop;          ///< --video-on-top
index ec968b64d383935018de93a09acd6824337b1ec9..edaa08be96d10a89257974ef4b2a36fdc4b568e7 100644 (file)
@@ -42,7 +42,7 @@ class QVLCTools
        /*
         use this function to save a widgets screen position
         only for windows / dialogs which are floating, if a
-        window is docked into an other - don't all this function
+        window is docked into another - don't all this function
         or it may write garbage to position info!
        */
        static void saveWidgetPosition( QSettings *settings, QWidget *widget)
index b7c4da2374319a92eb18c879b30b995c606c96a1..b1dd12ade814bb05b53cab008f14a5dd917ee8c0 100644 (file)
@@ -82,7 +82,7 @@ static void setFontAttibutes( char *psz_fontname, int i_font_size, uint32_t i_fo
 #define FONTSIZER_TEXT N_("Relative font size")
 #define FONTSIZER_LONGTEXT N_("This is the relative default size of the " \
     "fonts that will be rendered on the video. If absolute font size is set, "\
-    "relative size will be overriden." )
+    "relative size will be overridden." )
 #define COLOR_TEXT N_("Text default color")
 #define COLOR_LONGTEXT N_("The color of the text that will be rendered on "\
     "the video. This must be an hexadecimal (like HTML colors). The first two "\
index 8676e6acbcd1548fef5e641392dc0e4eb2cc2321..0e92cce548529f7b5fa66e6f7d4fbd1653690de8 100644 (file)
@@ -23,7 +23,7 @@
 
 /* Dirac packetizer, formed of three parts:
  *  1) Bitstream synchroniser (dirac_DoSync)
- *      - Given an arbitary sequence of bytes, extract whole Dirac Data Units
+ *      - Given an arbitrary sequence of bytes, extract whole Dirac Data Units
  *      - Maps timestamps in supplied block_t's to the extracted Data Unit
  *        A time stamp applies to the next Data Unit to commence at, or after
  *        the first byte of the block_t with the timestamp.
index f9a3f695ac0e369764cdd44e88d1128dd65297b9..e3f7051ee88441defd139b0f7399b87b5cb6b31e 100644 (file)
@@ -86,7 +86,7 @@ const char *libvlc_errmsg (void)
 
 /**
  * Clears the LibVLC error status for the current thread. This is optional.
- * By default, the error status is automatically overriden when a new error
+ * By default, the error status is automatically overridden when a new error
  * occurs, and destroyed when the thread exits.
  */
 void libvlc_clearerr (void)
@@ -97,7 +97,7 @@ void libvlc_clearerr (void)
 
 /**
  * Sets the LibVLC error status and message for the current thread.
- * Any previous error is overriden.
+ * Any previous error is overridden.
  * @return a nul terminated string (always)
  */
 const char *libvlc_vprinterr (const char *fmt, va_list ap)
@@ -115,7 +115,7 @@ const char *libvlc_vprinterr (const char *fmt, va_list ap)
 
 /**
  * Sets the LibVLC error status and message for the current thread.
- * Any previous error is overriden.
+ * Any previous error is overridden.
  * @return a nul terminated string (always)
  */
 const char *libvlc_printerr (const char *fmt, ...)