From e91fc44d4c06004567a6b4cdde26031c3699224a Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 23 Dec 2007 21:22:02 +0000 Subject: typo: begining --> beginning git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25517 b3059339-0415-0410-9bf9-f77b7e298cf2 --- m_option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm_option.c') 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", -- cgit v1.2.3