]> git.sesse.net Git - vlc/blobdiff - include/vlc_picture.h
Spell preferred
[vlc] / include / vlc_picture.h
index 096289983b2fed2136dc689ee1b715a9afa3039e..c16ceddb1ff060a6832c85f6cfd0a0c0dd624d9d 100644 (file)
@@ -119,7 +119,7 @@ VLC_EXPORT( picture_t *, picture_New, ( vlc_fourcc_t i_chroma, int i_width, int
 /**
  * This function will create a new picture using the given format.
  *
- * When possible, it is prefered to use this function over picture_New
+ * When possible, it is preferred to use this function over picture_New
  * as more information about the format is kept.
  */
 VLC_EXPORT( picture_t *, picture_NewFromFormat, ( const video_format_t *p_fmt ) );