[vlc-commits] Change allways to always
Kaarlo Raiha
git at videolan.org
Sat Jul 30 16:40:42 CEST 2011
vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Sat Jul 30 16:08:03 2011 +0300| [33922127c732e27e368a46686663c5031bcaf213] | committer: Rémi Denis-Courmont
Change allways to always
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=33922127c732e27e368a46686663c5031bcaf213
---
include/vlc_fourcc.h | 2 +-
modules/video_filter/atmo/AtmoDynData.h | 2 +-
modules/video_filter/atmo/atmo.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index de16bab..205b85b 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 f33fa81..9a798a1 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 3e9711c..cd32fb2 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 " \
More information about the vlc-commits
mailing list