summaryrefslogtreecommitdiffstats
path: root/subopt-helper.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-21 10:05:46 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-21 10:05:46 +0000
commite1547563a929a1b923a708f7d9df062d68a2d11d (patch)
tree1ab0435bd01460e7a214bc35d3186cc980cc1973 /subopt-helper.c
parent6177b518416c601f93d93ff75d96b759ed3192a2 (diff)
downloadmpv-e1547563a929a1b923a708f7d9df062d68a2d11d.tar.bz2
mpv-e1547563a929a1b923a708f7d9df062d68a2d11d.tar.xz
cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22301 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'subopt-helper.c')
-rw-r--r--subopt-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subopt-helper.c b/subopt-helper.c
index b0b425eab7..d1a169220f 100644
--- a/subopt-helper.c
+++ b/subopt-helper.c
@@ -108,7 +108,7 @@ int subopt_parse( char const * const str, opt_t * opts )
/* type specific code */
if ( opts[idx].type == OPT_ARG_BOOL )
{
- /* Handle OPT_ARG_BOOL seperately so *
+ /* Handle OPT_ARG_BOOL separately so *
* the others can share code. */
/* set option to true */