]> git.sesse.net Git - vlc/commitdiff
Spell preferred
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 25 Jun 2010 00:08:58 +0000 (03:08 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 25 Jun 2010 00:09:51 +0000 (03:09 +0300)
include/vlc_picture.h
modules/stream_out/record.c
modules/video_filter/atmo/README.txt
modules/video_filter/atmo/atmo.cpp

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 ) );
index 2eb542015c0a9e69ed26770f02a4caf9c7d5a24c..4f8255f73f92f34597739803eb37d92858026921 100644 (file)
@@ -374,7 +374,7 @@ static void OutputStart( sout_stream_t *p_stream )
     const char *psz_muxer = NULL;
     const char *psz_extension = NULL;
 
-    /* Look for prefered muxer
+    /* Look for preferred muxer
      * TODO we could insert transcode in a few cases like
      * s16l <-> s16b
      */
index f12e8490c742cc036f79de8656bf918b540e7493..d4b08c33d336621309de4e2cd5d04c4fb892c818 100644 (file)
@@ -200,7 +200,7 @@ AtmoLight Channel 4: gets zone 0 (top)
 Also the settings for Gradient images change for the new devices, its no longer\r
 sufficient to speficy only 5 image name - because the number of zones is no longer\r
 fixed to five.\r
-So its prefered to set a path ("Gradient Bitmap searchpath"), where files \r
+So its preferred to set a path ("Gradient Bitmap searchpath"), where files \r
 like "zone_0.bmp" "zone_1.bmp" etc. exists. (with the same rules as defined for \r
 the old zone bitmaps.)\r
 --> I think in most cases its no longer required to use this option,\r
index 7e21b0e04b0c68c7b7f0081f5c719a5330c1639c..5f48ca4832bcad1ae6a4025b3410fe1ea3201136 100644 (file)
@@ -127,7 +127,7 @@ strings for settings menus and hints
  "in live action.")
 
 #define DRIVER_TEXT            N_("Device type")
-#define DRIVER_LONGTEXT        N_("Choose your prefered hardware from " \
+#define DRIVER_LONGTEXT        N_("Choose your preferred hardware from " \
                                   "the list, or choose AtmoWin Software " \
                                   "to delegate processing to the external " \
                                   "process - with more options")
@@ -340,7 +340,7 @@ static const char *const ppsz_zone_assignment_descriptions[] = {
                                      "pixels, containing a grayscale gradient")
 
 #define GRADIENT_PATH_TEXT      N_("Gradient bitmap searchpath")
-#define GRADIENT_PATH_LONGTEXT  N_("Now prefered option to assign gradient "\
+#define GRADIENT_PATH_LONGTEXT  N_("Now preferred option to assign gradient "\
     "bitmaps, put them as zone_0.bmp, zone_1.bmp etc. into one folder and "\
     "set the foldername here")