]> git.sesse.net Git - vlc/commitdiff
Change allways to always
authorKaarlo Raiha <kaarlo.raiha@gmail.com>
Sat, 30 Jul 2011 13:08:03 +0000 (16:08 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 30 Jul 2011 14:33:22 +0000 (17:33 +0300)
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
include/vlc_fourcc.h
modules/video_filter/atmo/AtmoDynData.h
modules/video_filter/atmo/atmo.cpp

index de16bab043897ae3c6ae97f847977c401bf5e69a..205b85b841ea5e1b78d0113210fe751f5aa91bd4 100644 (file)
  * It returns the codec associated to a fourcc within a ES category.
  *
  * If not found, it will return the given fourcc.
- * If found, it will allways be one of the VLC_CODEC_ defined above.
+ * If found, it will always be one of the VLC_CODEC_ defined above.
  *
  * You may use UNKNOWN_ES for the ES category if you don't have the information.
  */
index f33fa812f68b45dc81189aefb47a2cf0610fe7a9..9a798a165357ef54d03dd15e5976896eca2ec848 100644 (file)
@@ -37,7 +37,7 @@ class CAtmoInput;
 
   you ask? why I didn't used a struct for it? ..mmh I like classes?
 
-  Allways stop the current effect Thread before changing AtmoConnection or
+  Always stop the current effect Thread before changing AtmoConnection or
   AtmoConfig!
 */
 class CAtmoDynData
index 3e9711cf055566aea0e936edab277d6f66662158..cd32fb288d7a60125a1480cfd94c0decdb46605c 100644 (file)
@@ -229,7 +229,7 @@ static const char *const ppsz_device_type_descriptions[] = {
 #define ZONE_BOTTOM_TEXT       N_("Number of zones on bottom")
 #define ZONE_BOTTOM_LONGTEXT   N_("Number of zones on the bottom of the screen")
 #define ZONE_LR_TEXT           N_("Zones on left / right side")
-#define ZONE_LR_LONGTEXT       N_("left and right side having allways the " \
+#define ZONE_LR_LONGTEXT       N_("left and right side having always the " \
                                   "same number of zones")
 #define ZONE_SUMMARY_TEXT      N_("Calculate a average zone")
 #define ZONE_SUMMARY_LONGTEXT  N_("it contains the average of all pixels " \