[vlc-commits] Change brighness to brightness

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:24:26 2011 +0300| [5a38551e4195e21238e1a3f9d2905d8b218531bf] | committer: Rémi Denis-Courmont

Change brighness to brightness

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

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

 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 db5e2be..9ccfafc 100644
--- a/modules/video_filter/adjust.c
+++ b/modules/video_filter/adjust.c
@@ -63,7 +63,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