[vlc-commits] include: fix spelling mistakes

Eric Engestrom git at videolan.org
Sat Apr 2 17:13:31 CEST 2016


vlc | branch: master | Eric Engestrom <eric at engestrom.ch> | Sat Apr  2 15:50:31 2016 +0100| [f9f71a6f2b0e3afbd002c2470dc840d6322360f3] | committer: Rémi Denis-Courmont

include: fix spelling mistakes

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f9f71a6f2b0e3afbd002c2470dc840d6322360f3
---

 include/vlc/libvlc_media_player.h |    2 +-
 include/vlc_access.h              |    2 +-
 include/vlc_block.h               |    2 +-
 include/vlc_codec.h               |    2 +-
 include/vlc_fingerprinter.h       |    2 +-
 include/vlc_input_item.h          |    2 +-
 include/vlc_interrupt.h           |    2 +-
 include/vlc_playlist.h            |    2 +-
 include/vlc_subpicture.h          |    4 ++--
 include/vlc_threads.h             |    2 +-
 include/vlc_tls.h                 |    2 +-
 11 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 7629760..73562b8 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -1620,7 +1620,7 @@ void libvlc_audio_output_list_release( libvlc_audio_output_t *p_list );
  * \param p_mi media player
  * \param psz_name name of audio output,
  *               use psz_name of \see libvlc_audio_output_t
- * \return 0 if function succeded, -1 on error
+ * \return 0 if function succeeded, -1 on error
  */
 LIBVLC_API int libvlc_audio_output_set( libvlc_media_player_t *p_mi,
                                         const char *psz_name );
diff --git a/include/vlc_access.h b/include/vlc_access.h
index e90edf1..995c1c9 100644
--- a/include/vlc_access.h
+++ b/include/vlc_access.h
@@ -98,7 +98,7 @@ struct access_t
      * XXX can be null */
     int         (*pf_seek) ( access_t *, uint64_t );         /* can be null if can't seek */
 
-    /* Used to retreive and configure the access
+    /* Used to retrieve and configure the access
      * XXX mandatory. look at access_query_e to know what query you *have to* support */
     int         (*pf_control)( access_t *, int i_query, va_list args);
 
diff --git a/include/vlc_block.h b/include/vlc_block.h
index 908d2c4..59a9ef1 100644
--- a/include/vlc_block.h
+++ b/include/vlc_block.h
@@ -303,7 +303,7 @@ static inline block_t *block_ChainGather( block_t *p_list )
  * - block_FifoPut : put a block
  * - block_FifoGet : get a packet from the fifo (and wait if it is empty)
  * - block_FifoShow : show the first packet of the fifo (and wait if
- *      needed), be carefull, you can use it ONLY if you are sure to be the
+ *      needed), be careful, you can use it ONLY if you are sure to be the
  *      only one getting data from the fifo.
  * - block_FifoCount : how many packets are waiting in the fifo
  *
diff --git a/include/vlc_codec.h b/include/vlc_codec.h
index 40fc68a..2d01d26 100644
--- a/include/vlc_codec.h
+++ b/include/vlc_codec.h
@@ -219,7 +219,7 @@ struct encoder_t
  * \note
  * This function is not reentrant.
  *
- * @return 0 if the video output was set up succesfully, -1 otherwise.
+ * @return 0 if the video output was set up successfully, -1 otherwise.
  */
 static inline int decoder_UpdateVideoFormat( decoder_t *dec )
 {
diff --git a/include/vlc_fingerprinter.h b/include/vlc_fingerprinter.h
index 76d771b..319608a 100644
--- a/include/vlc_fingerprinter.h
+++ b/include/vlc_fingerprinter.h
@@ -35,7 +35,7 @@ typedef struct fingerprinter_sys_t fingerprinter_sys_t;
 struct fingerprint_request_t
 {
     input_item_t *p_item;
-    unsigned int i_duration; /* track length hint in seconds, 0 if unkown */
+    unsigned int i_duration; /* track length hint in seconds, 0 if unknown */
     struct
     {
         char *psz_fingerprint;
diff --git a/include/vlc_input_item.h b/include/vlc_input_item.h
index 8d20efa..0ff51e3 100644
--- a/include/vlc_input_item.h
+++ b/include/vlc_input_item.h
@@ -136,7 +136,7 @@ VLC_API void input_item_SetName( input_item_t *p_item, const char *psz_name );
  *
  * This won't hold the item, but can tell to interested third parties
  * Like the playlist, that there is a new sub item. With this design
- * It is not the input item's responsability to keep all the ref of
+ * It is not the input item's responsibility to keep all the ref of
  * the input item children.
  *
  * Sends a vlc_InputItemSubItemTreeAdded and a vlc_InputItemSubItemAdded event
diff --git a/include/vlc_interrupt.h b/include/vlc_interrupt.h
index f45e048..b98bbe2 100644
--- a/include/vlc_interrupt.h
+++ b/include/vlc_interrupt.h
@@ -220,7 +220,7 @@ VLC_API void vlc_interrupt_forward_start(vlc_interrupt_t *to,
 /**
  * Undoes vlc_interrupt_forward_start().
  *
- * This function must be called after each succesful call to
+ * This function must be called after each successful call to
  * vlc_interrupt_forward_start() before any other interruptible call is made
  * in the same thread.
  *
diff --git a/include/vlc_playlist.h b/include/vlc_playlist.h
index 177ffa7..5f716bc 100644
--- a/include/vlc_playlist.h
+++ b/include/vlc_playlist.h
@@ -115,7 +115,7 @@ struct intf_thread_t;
  * The playlist contains rate-variable which is propagated to current input if available
  * also rate-slower/rate-faster is in use
  *
- * \warning Be really carefull, playlist_item_t->i_id and input_item_t->i_id
+ * \warning Be really careful, playlist_item_t->i_id and input_item_t->i_id
  * are not the same. Yes, the situation is pretty bad.
  */
 
diff --git a/include/vlc_subpicture.h b/include/vlc_subpicture.h
index e17d031..c87bbd5 100644
--- a/include/vlc_subpicture.h
+++ b/include/vlc_subpicture.h
@@ -161,7 +161,7 @@ struct subpicture_t
     mtime_t         i_start;                  /**< beginning of display date */
     mtime_t         i_stop;                         /**< end of display date */
     bool            b_ephemer;    /**< If this flag is set to true the subtitle
-                                will be displayed untill the next one appear */
+                                will be displayed until the next one appear */
     bool            b_fade;                               /**< enable fading */
     /**@}*/
 
@@ -218,7 +218,7 @@ VLC_API void subpicture_Update( subpicture_t *, const video_format_t *src, const
  *  - not be ephemere.
  *  - not have the fade flag.
  *  - contains only picture (no text rendering).
- * \return the number of region(s) succesfully blent
+ * \return the number of region(s) successfully blent
  */
 VLC_API unsigned picture_BlendSubpicture( picture_t *, filter_t *p_blend, subpicture_t * );
 
diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index b31c885..0a98525 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -771,7 +771,7 @@ mtime_t impossible_deadline( mtime_t deadline )
  * \return 0 on success, a system error code otherwise.
  *
  * \warning Asynchronous timers are processed from an unspecified thread.
- * \note Multiple occurences of a single interval timer are serialized:
+ * \note Multiple occurrences of a single interval timer are serialized:
  * they cannot run concurrently.
  */
 VLC_API int vlc_timer_create(vlc_timer_t *id, void (*func)(void *), void *data)
diff --git a/include/vlc_tls.h b/include/vlc_tls.h
index 62a6982..a9f890c 100644
--- a/include/vlc_tls.h
+++ b/include/vlc_tls.h
@@ -108,7 +108,7 @@ VLC_API vlc_tls_t *vlc_tls_ServerSessionCreate(vlc_tls_creds_t *creds, int fd,
  *
  * All resources associated with the TLS session are released.
  *
- * If the session was established succesfully, then shutdown cleanly, the
+ * If the session was established successfully, then shutdown cleanly, the
  * underlying socket can be reused. Otherwise, it must be closed. Either way,
  * this function does not close the underlying socket: Use vlc_tls_Close()
  * instead to close it at the same.



More information about the vlc-commits mailing list