summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-18 14:19:33 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-18 14:19:33 +0000
commit2f70d8ead309b2556231cb57f6afcce13ca8b8ab (patch)
treebdb27321df526647b8547ee6e5d789b5c753482c /libvo
parent505963e4d54b13dc9ff68177e1423121e755d406 (diff)
downloadmpv-2f70d8ead309b2556231cb57f6afcce13ca8b8ab.tar.bz2
mpv-2f70d8ead309b2556231cb57f6afcce13ca8b8ab.tar.xz
Fixed typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1911 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/sub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 80f24a0883..93131ee22c 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -50,7 +50,7 @@ static char * osd_names[]={
"Contrast",
"Saturation",
"Volume",
- "Brightnes",
+ "Brightness",
"Hue"
};
static char * osd_names_short[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", ""};