]> git.sesse.net Git - vlc/commitdiff
* Spelling fixes here and there.
authorSam Hocevar <sam@videolan.org>
Thu, 5 Oct 2006 16:35:01 +0000 (16:35 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 5 Oct 2006 16:35:01 +0000 (16:35 +0000)
19 files changed:
loader/registry.c
loader/win32.c
modules/audio_output/auhal.c
modules/codec/cinepak.c
modules/codec/dvbsub.c
modules/demux/asf/libasf.h
modules/demux/live555.cpp
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/ui/sprefs_audio.ui
modules/gui/qt4/ui/sprefs_interface.ui
modules/gui/qt4/ui/sprefs_subtitles.ui
modules/gui/wxwidgets/dialogs/playlist.cpp
modules/mux/mpeg/ts.c
src/audio_output/output.c
src/interface/interface.c
src/libvlc-common.c
src/misc/update.c
src/misc/variables.c
src/playlist/item.c

index e4bc55e5c91599f84b36db2c358b6e2af62b80d7..2505bf2a8f9b33ee640a1ed0d1cb58b135545936 100644 (file)
@@ -332,7 +332,7 @@ static void init_registry(void)
 #else
        // regpathname is an external pointer
         //
-       // registry.c is holding it's own internal pointer
+       // registry.c is holding its own internal pointer
        // localregpathname  - which is being allocate/deallocated
 
        if (localregpathname == 0)
index d99fa85bf5f85cbfcb922c2c8631d8bbc120e8bf..08fd21da29fe812fc25261a4a48412be077b342f 100644 (file)
@@ -4271,7 +4271,7 @@ static void expsrand(int seed)
 
 #if 1
 
-// prefered compilation with  -O2 -ffast-math !
+// preferred compilation with  -O2 -ffast-math !
 
 static double explog10(double x)
 {
index 4e14bde61edf521f2dbce9dc6919119e19900976..e577e2007b07a7e013061cee7d3141f0d5a0c468 100644 (file)
@@ -1217,7 +1217,7 @@ static int AudioStreamChangeFormat( aout_instance_t *p_aout, AudioStreamID i_str
     }
 
     /* The AudioStreamSetProperty is not only asynchronious (requiring the locks)
-     * it is also not Atomic, in it's behaviour.
+     * it is also not atomic in its behaviour.
      * Therefore we check 5 times before we really give up.
      * FIXME: failing isn't actually implemented yet. */
     for( i = 0; i < 5; i++ )
index a64852e859eef85da9e2a6c41aacfbfc55c9c970..c9ff1e102095877c2816bf40e3cb1d8e378cdaa6 100644 (file)
@@ -455,7 +455,7 @@ static int cinepak_decode_frame( cinepak_context_t *p_context,
         i_strip_id   = GET2BYTES( p_data );
         i_strip_size = GET2BYTES( p_data );
         i_strip_size = __MIN( i_strip_size, i_length );
-        /* FIXME I don't really understand how it's work; */
+        /* FIXME I don't really understand how it works; */
         i_strip_y1  = i_strip_y2 + GET2BYTES( p_data );
         i_strip_x1  = GET2BYTES( p_data );
         i_strip_y2  = i_strip_y2 + GET2BYTES( p_data );
index ffc240f7530f424aa56a26128220f7bb974c69f2..6940a704df2b0ad1b123796e85b211f5a6662945 100644 (file)
@@ -30,7 +30,7 @@
  *
  * FIXME:
  * DVB subtitles coded as strings of characters are not handled correctly.
- * The character codes in the string should actually be indexes refering to a
+ * The character codes in the string should actually be indexes referring to a
  * character table identified in the subtitle descriptor.
  *****************************************************************************/
 #include <vlc/vlc.h>
index 32b9f1beaaaa7cf3fd4e7e16b58069ee89d27abb..9e21db503ef4e18ca37984780f266ef3e2dbbaed 100644 (file)
@@ -145,8 +145,8 @@ typedef struct
 /****************************************************************************
  * High level asf object
  ****************************************************************************/
-/* This is the first header find in a asf file
- * It's the only object that have subobject */
+/* This is the first header found in an asf file
+ * It's the only object that has subobjects */
 typedef struct
 {
     ASF_OBJECT_COMMON
index ed7a059685b2df6a7a468f89b24051f0ffb466b3..25ea305fc45303bc9fb641a4b9ca5db3827bc5fb 100644 (file)
@@ -737,7 +737,7 @@ describe:
     
     if( p_sdp == NULL )
     {
-        /* failure occured */
+        /* failure occurred */
         int i_code = 0;
         const char *psz_error = p_sys->env->getResultMsg();
                 
index e0b6c40392c0d8677c595b237cec180efa75965a..0e9f715ad6e424117481097710a5c4b0ec2ad40c 100644 (file)
@@ -149,7 +149,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
         START_SPREFS_CAT( Subtitles );
 
             CONFIG_GENERIC( "subsdec-encoding", StringList, NULL, encoding );
-            CONFIG_GENERIC( "sub-language", String, NULL, preferedLanguage );
+            CONFIG_GENERIC( "sub-language", String, NULL, preferredLanguage );
             CONFIG_GENERIC( "freetype-font", String, NULL, font ); /* FIXME -> use file instead of string */
             CONFIG_GENERIC( "freetype-color", IntegerList, NULL, fontColor );
             CONFIG_GENERIC( "freetype-rel-fontsize", IntegerList, NULL,
index 5bcb49be69a75901231ef2b7f2e02d38bfdc60c4..d4951db571f95cc56b71d4b17689e285f5e8a151 100644 (file)
    <item row="2" column="0" >
     <widget class="QLabel" name="label" >
      <property name="text" >
-      <string>Prefered audio language</string>
+      <string>Preferred audio language</string>
      </property>
     </widget>
    </item>
    <item row="2" column="1" >
-    <widget class="QComboBox" name="preferedAudioLanguage" />
+    <widget class="QComboBox" name="preferredAudioLanguage" />
    </item>
    <item row="3" column="0" >
     <widget class="QLabel" name="label_2" >
index d69fbc3f8c90e75c37b18b78bef894719a38ad76..6b449b6b96e3f8ca9d8f937bf1e67cef42b8b106 100644 (file)
@@ -47,7 +47,7 @@
       <item row="1" column="0" colspan="2" >
        <widget class="QLabel" name="label_2" >
         <property name="text" >
-         <string>This is the new VLC default interface. It's dialogs give access to most VLC features.</string>
+         <string>This is the new VLC default interface. Its dialogs give access to most VLC features.</string>
         </property>
         <property name="wordWrap" >
          <bool>true</bool>
index 9e1d8d5715b0f6dcd81eb367b13cef1f82bdf1cd..aea9da11502deffc785afa80a9eb3766337a0bca 100644 (file)
    <item row="0" column="0" >
     <widget class="QLabel" name="label" >
      <property name="text" >
-      <string>Subtitles prefered language</string>
+      <string>Subtitles preferred language</string>
      </property>
     </widget>
    </item>
    <item row="0" column="1" >
-    <widget class="QLineEdit" name="preferedLanguage" />
+    <widget class="QLineEdit" name="preferredLanguage" />
    </item>
   </layout>
  </widget>
index 81565fa3ef2bc36ef4123507636092cb50b33344..030fc1270558f9f7875c73b824f9c53dcf463991 100644 (file)
@@ -1172,7 +1172,7 @@ void Playlist::OnDragItemEnd( wxTreeEvent& event )
 
     if( !dest_tree_item.IsOk() ) return;
 
-    /* check that we're not trying to move a node into one of it's children */
+    /* check that we're not trying to move a node into one of its children */
     wxTreeItemId parent = dest_tree_item;
     while( parent != treectrl->GetRootItem() )
     {
@@ -1275,7 +1275,7 @@ bool PlaylistFileDropTarget::OnDropFiles( wxCoord x, wxCoord y,
         {
             /* This is a leaf. Append right after it
              * We thus need to find the parrent node and the position of the
-             * leaf in it's children list */
+             * leaf in its children list */
             wxTreeItemId parent = p->treectrl->GetItemParent( item );
             PlaylistItem *p_parent =
                 (PlaylistItem *)p->treectrl->GetItemData( parent );
index 3759c44d33065805cb198ec13c11d6cb6ed93714..cd54f04df30f2b400b5258d0cd5cb48b44850c77 100644 (file)
@@ -1500,7 +1500,7 @@ static int Mux( sout_mux_t *p_mux )
                         if( p_stream->i_stream_id == 0xa0 &&
                             p_data->i_pts <= 0 )
                         {
-                            /* XXX yes I know, it's awfull, but it's needed,
+                            /* XXX yes I know, it's awful, but it's needed,
                              * so don't remove it ... */
                             p_data->i_pts = p_data->i_dts;
                         }
index c193a6439eabf9c68384fee0f27f86060b8cb457..8e00ade69ebebf516b3adc78321a23b1c4501d06 100644 (file)
@@ -296,7 +296,7 @@ aout_buffer_t * aout_OutputNextBuffer( aout_instance_t * p_aout,
         p_aout->output.fifo.pp_last = &p_aout->output.fifo.p_first;
 
 #if 0 /* This is bad because the audio output might just be trying to fill
-       * in it's internal buffers. And anyway, it's up to the audio output
+       * in its internal buffers. And anyway, it's up to the audio output
        * to deal with this kind of starvation. */
 
         /* Set date to 0, to allow the mixer to send a new buffer ASAP */
index 958c26d8c4deb9223e137847e1acfca19cd860e5..c83b86e288ee19ac9482f4da62674809aad0da01 100644 (file)
@@ -85,7 +85,7 @@ static void Manager( intf_thread_t *p_intf );
  * You can give some additional options to be used for interface initialization
  *
  * \param p_this the calling vlc_object_t
- * \param psz_module a prefered interface module
+ * \param psz_module a preferred interface module
  * \param i_options number additional options
  * \param ppsz_options additional option strings
  * \return a pointer to the created interface thread, NULL on error
index a997b2e89653b76720b91cc2461cd24748364156..6136d607269d8afbfdc761a9ff802535b8aa9d9d 100644 (file)
@@ -1110,14 +1110,14 @@ static void Help( libvlc_int_t *p_this, char const *psz_help_name )
 static void Usage( libvlc_int_t *p_this, char const *psz_module_name )
 {
 #define FORMAT_STRING "  %s --%s%s%s%s%s%s%s "
-    /* short option ------'    |     | | | |  | |
-     * option name ------------'     | | | |  | |
-     * <bra -------------------------' | | |  | |
-     * option type or "" --------------' | |  | |
-     * ket> -----------------------------' |  | |
-     * padding spaces ---------------------'  | |
-     * comment -------------------------------' |
-     * comment suffix --------------------------'
+    /* short option ------'    | | | | | | |
+     * option name ------------' | | | | | |
+     * <bra ---------------------' | | | | |
+     * option type or "" ----------' | | | |
+     * ket> -------------------------' | | |
+     * padding spaces -----------------' | |
+     * comment --------------------------' |
+     * comment suffix ---------------------'
      *
      * The purpose of having bra and ket is that we might i18n them as well.
      */
index 07f6375673d54d12d246d0bf59b95c1c2fac5505..a4188633446871401134b0cf7405cc3bc541aa6b 100644 (file)
@@ -546,7 +546,7 @@ void GetFilesList( update_t *p_update, vlc_bool_t b_force )
                     if( !strcmp( psz_eltname, "version" ) )
                     {
                         int i;
-                        /* look for a previous occurence of this release */
+                        /* look for a previous occurrence of this release */
                         for( i = 0; i < p_update->i_releases; i++ )
                         {
                             p_release = p_update->p_releases + i;
index 1dd6235bdef426231c4e3879ca971a27d3b3b91c..495ac58db22215cf9f0f2380cf7df389132ad2a2 100644 (file)
@@ -936,7 +936,7 @@ void __var_OptionParse( vlc_object_t *p_obj, const char *psz_option )
     if( psz_value ) i_name_len = psz_value - psz_option;
     else i_name_len = strlen( psz_option );
 
-    /* It's too much of an hassle to remove the ':' when we parse
+    /* It's too much of a hassle to remove the ':' when we parse
      * the cmd line :) */
     if( i_name_len && *psz_option == ':' )
     {
index 1a475803bcd072371a03caf58ca85e0a6582d5c7..ee600bf5ddb8ba171cf778fa1c7441d9739ad963 100644 (file)
@@ -174,7 +174,7 @@ void playlist_LockClear( playlist_t *p_playlist )
  * \param i_mode the mode used when adding
  * \param i_pos the position in the playlist where to add. If this is
  *        PLAYLIST_END the item will be added at the end of the playlist
- *        regardless of it's size
+ *        regardless of its size
  * \param b_playlist TRUE for playlist, FALSE for media library
  * \return The id of the playlist item
  */
@@ -195,7 +195,7 @@ int playlist_Add( playlist_t *p_playlist, const char *psz_uri,
  * \param i_mode the mode used when adding
  * \param i_pos the position in the playlist where to add. If this is
  *        PLAYLIST_END the item will be added at the end of the playlist
- *        regardless of it's size
+ *        regardless of its size
  * \param i_duration length of the item in milliseconds.
  * \param ppsz_options an array of options
  * \param i_options the number of options