diff libvo/vo_bl.c @ 22283:bc9e95184521

cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.
author diego
date Wed, 21 Feb 2007 10:05:46 +0000
parents fd51fd1ff231
children a124f3abc1ec
line wrap: on
line diff
--- a/libvo/vo_bl.c	Wed Feb 21 09:25:52 2007 +0000
+++ b/libvo/vo_bl.c	Wed Feb 21 10:05:46 2007 +0000
@@ -424,7 +424,7 @@
 					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;