]> git.sesse.net Git - vlc/commitdiff
Spell "separate"
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 24 Jun 2010 01:37:32 +0000 (04:37 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 24 Jun 2010 01:37:32 +0000 (04:37 +0300)
include/vlc_osd.h
modules/codec/dirac.c
modules/packetizer/h264.c
modules/video_filter/atmo/DmxTools.cpp
modules/video_filter/atmo/DmxTools.h
modules/video_filter/atmo/README.txt
modules/video_filter/atmo/atmo.cpp

index baeaf3a81094f5bbe82564e242afc9e9188d3b3a..82aea94f5050b294d9c27920535acd4bf074d1f3 100644 (file)
@@ -195,7 +195,7 @@ struct osd_button_t
  *
  * The images that make up an OSD menu can be created in such away that
  * they contain all buttons in the same picture, with the selected one
- * highlighted or being a concatenation of all the seperate images. The
+ * highlighted or being a concatenation of all the separate images. The
  * first case is the default.
  *
  * To change the default style the keyword 'style' should be set to 'concat'.
index b3d61b8f4b1caed047cd48af59e278b70c8788a8..ef0ad318aa2215d13f9fe21f2c7ac28e1a2eb00d 100644 (file)
@@ -103,13 +103,13 @@ static const char *const enc_chromafmt_list_text[] =
 #define ENC_CODINGMODE "coding-mode"
 #define ENC_CODINGMODE_TEXT N_("Picture coding mode")
 #define ENC_CODINGMODE_LONGTEXT N_("Field coding is where interlaced fields are coded" \
-                                   " seperately as opposed to a pseudo-progressive frame")
+                                   " separately as opposed to a pseudo-progressive frame")
 static const char *const enc_codingmode_list[] =
   { "auto", "progressive", "field" };
 static const char *const enc_codingmode_list_text[] =
   { N_("auto - let encoder decide based upon input (Best)"),
     N_("force coding frame as single picture"),
-    N_("force coding frame as seperate interlaced fields"),
+    N_("force coding frame as separate interlaced fields"),
   };
 
 #define ENC_MCBLK_WIDTH "mc-blk-width"
index 37eb01194ee03617e5904c6bac39d2e399df8c0a..35e101026a268c970bfacc89292387aeb43aa8c5 100644 (file)
@@ -821,7 +821,7 @@ static void PutSPS( decoder_t *p_dec, block_t *p_frag )
         /* chroma_format_idc */
         const int i_chroma_format_idc = bs_read_ue( &s );
         if( i_chroma_format_idc == 3 )
-            bs_skip( &s, 1 ); /* seperate_colour_plane_flag */
+            bs_skip( &s, 1 ); /* separate_colour_plane_flag */
         /* bit_depth_luma_minus8 */
         bs_read_ue( &s );
         /* bit_depth_chroma_minus8 */
index 9854ceb3be3d33170e62b4790ac09ac4bf543d65..fe4c0662e8a3c290860dd163a95483136547bb41 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * DmxTools.cpp: functions to convert , or ; seperatered numbers into an integer array
+ * DmxTools.cpp: functions to convert , or ; separated numbers into an integer array
  *
  * See the README.txt file for copyright information and how to reach the author(s).
  *
index a714bc973ee992a86be9958967ed5e5e83e581bc..0640ca59d8c116d0f8f885e69ee6f736fbbdb3ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
-* DmxTools.h: functions to convert , or ; seperatered numbers into an integer array
+* DmxTools.h: functions to convert , or ; separated numbers into an integer array
  *
  * See the README.txt file for copyright information and how to reach the author(s).
  *
index e1646923d5ec9e02c38c2b724e470cce7cc424b5..f12e8490c742cc036f79de8656bf918b540e7493 100644 (file)
@@ -66,7 +66,7 @@ VideonLAN 1.1.x
 "Serial Device / Port":\r
 The COM-Port you are using for the hardware. E.G.: COM6 (This setting must be done if you are using a device\r
 other than "AtmoWin Software") \r
-in the case of the device "Quattro AtmoLight" you may specify up to four ports/devices seperated by\r
+in the case of the device "Quattro AtmoLight" you may specify up to four ports/devices separated by\r
 , or ; for example if you are useing two physical devices write\r
 COM6;COM7 or on linux /dev/ttyUSB1;/dev/ttyUSB2\r
 \r
@@ -258,7 +258,7 @@ devices that AtmoWin supports.
 \r
 - Quattro AtmoLight - is nothing else as that you have connected up to 4 "classic AtmoLight" devices\r
   to your computer creating a up 16 channel Atmo Light - each devices needs its own serial port.\r
-  you have to write the ports seperated by , or ; to [Serial Port/device] f.e. COM3,COM4,COM5 or on \r
+  you have to write the ports separated by , or ; to [Serial Port/device] f.e. COM3,COM4,COM5 or on \r
   Linux /dev/ttyUSB01,/dev/ttyUSB02,/dev/ttyUSB03\r
 \r
 - DMX - stands for a simple DMX controller which can control up to 255 DMX devices (lights)\r
index e8cfe4d5d2bb1ac553e975034f746efced453b01..7e21b0e04b0c68c7b7f0081f5c719a5330c1639c 100644 (file)
@@ -158,7 +158,7 @@ static const char *const ppsz_device_type_descriptions[] = {
                                   "emulated with that DMX device")
 #define DMX_CHBASE_TEXT        N_("DMX address for each channel")
 #define DMX_CHBASE_LONGTEXT    N_("Define here the DMX base address for each " \
-                                  "channel use , or ; to seperate the values")
+                                  "channel use , or ; to separate the values")
 
 #define MOMO_CHANNELS_TEXT      N_("Count of channels")
 #define MOMO_CHANNELS_LONGTEXT  N_("Depending on your MoMoLight hardware " \
@@ -323,7 +323,7 @@ static const char *const ppsz_zone_assignment_descriptions[] = {
 #define CHANNELS_ASSIGN_TEXT        N_("Channel / Zone Assignment")
 #define CHANNELS_ASSIGN_LONGTEXT N_("for devices with more than five " \
                   "channels / zones write down here for each channel " \
-                  "the zone number to show and seperate the values with " \
+                  "the zone number to show and separate the values with " \
                   ", or ; and use -1 to not use some channels. For the " \
                   "classic AtmoLight the sequence 4,3,1,0,2 would set the " \
                   "default channel/zone mapping. " \