From e1547563a929a1b923a708f7d9df062d68a2d11d Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 21 Feb 2007 10:05:46 +0000 Subject: cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22301 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_bl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_bl.c b/libvo/vo_bl.c index 817ddbb931..b227eb88f0 100644 --- a/libvo/vo_bl.c +++ b/libvo/vo_bl.c @@ -424,7 +424,7 @@ static int preinit(const char *arg) { bl_hosts[no_bl_hosts].port); no_bl_hosts++; } else { - mp_msg(MSGT_VO, MSGL_ERR, "bl: syntax error in entry %d in subdevice %s, should be a comma seperated\nlist of host=name:port and file=foo.bml\n", no_bl_hosts, no_bl_files, arg); + mp_msg(MSGT_VO, MSGL_ERR, "bl: syntax error in entry %d in subdevice %s, should be a comma separated\nlist of host=name:port and file=foo.bml\n", no_bl_hosts, no_bl_files, arg); return 1; } p = ++q; -- cgit v1.2.3