summaryrefslogtreecommitdiffstats
path: root/m_option.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-23 21:22:02 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-12-23 21:22:02 +0000
commite91fc44d4c06004567a6b4cdde26031c3699224a (patch)
tree85d1b9ad5f89ddc471b77850f203d400d91131a4 /m_option.c
parente53bba09a97dec922b11b5639a8d911d24aa85f2 (diff)
downloadmpv-e91fc44d4c06004567a6b4cdde26031c3699224a.tar.bz2
mpv-e91fc44d4c06004567a6b4cdde26031c3699224a.tar.xz
typo: begining --> beginning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25517 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_option.c')
-rw-r--r--m_option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/m_option.c b/m_option.c
index 4ce5c60dbc..e2a644402b 100644
--- a/m_option.c
+++ b/m_option.c
@@ -661,7 +661,7 @@ const m_option_type_t m_option_type_string_list = {
"A list of strings separated by ','\n"
"Option with a name ending in an * permits using the following suffix: \n"
"\t-add: Add the given parameters at the end of the list.\n"
- "\t-pre: Add the given parameters at the begining of the list.\n"
+ "\t-pre: Add the given parameters at the beginning of the list.\n"
"\t-del: Remove the entry at the given indices.\n"
"\t-clr: Clear the list.\n"
"e.g: -vf-add flip,mirror -vf-del 2,5\n",