[vlc-commits] adjust: fix typo

Pierre Ynard git at videolan.org
Mon Aug 22 21:48:16 CEST 2011


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Aug 22 21:47:58 2011 +0200| [ba1511a1ed439ad7feba43b7db4a9e5f64121dc7] | committer: Pierre Ynard

adjust: fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba1511a1ed439ad7feba43b7db4a9e5f64121dc7
---

 modules/video_filter/adjust.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_filter/adjust.c b/modules/video_filter/adjust.c
index 0a0a9f6..c2f6649 100644
--- a/modules/video_filter/adjust.c
+++ b/modules/video_filter/adjust.c
@@ -65,7 +65,7 @@ static int AdjustCallback( vlc_object_t *p_this, char const *psz_var,
 
 #define THRES_TEXT N_("Brightness threshold")
 #define THRES_LONGTEXT N_("When this mode is enabled, pixels will be " \
-        "shown as black or white. The threshold value will be the brighness " \
+        "shown as black or white. The threshold value will be the brightness " \
         "defined below." )
 #define CONT_TEXT N_("Image contrast (0-2)")
 #define CONT_LONGTEXT N_("Set the image contrast, between 0 and 2. Defaults to 1.")



More information about the vlc-commits mailing list