From: Kaarlo Raiha Date: Sat, 30 Jul 2011 13:08:03 +0000 (+0300) Subject: Change allways to always X-Git-Tag: 1.2.0-pre1~1552 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=33922127c732e27e368a46686663c5031bcaf213;p=vlc Change allways to always Signed-off-by: RĂ©mi Denis-Courmont --- diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h index de16bab043..205b85b841 100644 --- a/include/vlc_fourcc.h +++ b/include/vlc_fourcc.h @@ -374,7 +374,7 @@ * 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. */ diff --git a/modules/video_filter/atmo/AtmoDynData.h b/modules/video_filter/atmo/AtmoDynData.h index f33fa812f6..9a798a1653 100644 --- a/modules/video_filter/atmo/AtmoDynData.h +++ b/modules/video_filter/atmo/AtmoDynData.h @@ -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 diff --git a/modules/video_filter/atmo/atmo.cpp b/modules/video_filter/atmo/atmo.cpp index 3e9711cf05..cd32fb288d 100644 --- a/modules/video_filter/atmo/atmo.cpp +++ b/modules/video_filter/atmo/atmo.cpp @@ -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 " \