diff libao2/ao_mpegpes.c @ 25962:afa125da85cf

typo fix: inited --> initialized
author diego
date Thu, 14 Feb 2008 14:23:55 +0000
parents 634dfaa85718
children a50cc6945dfd
line wrap: on
line diff
--- a/libao2/ao_mpegpes.c	Wed Feb 13 21:36:27 2008 +0000
+++ b/libao2/ao_mpegpes.c	Thu Feb 14 14:23:55 2008 +0000
@@ -127,7 +127,7 @@
 		mp_msg(MSGT_VO, MSGL_ERR, "DVB AUDIO SET AV SYNC: %s\n", strerror(errno));
 		return -1;
 	}
-	//FIXME: in vo_mpegpes audio was inited as MUTEd
+	//FIXME: in vo_mpegpes audio was initialized as MUTEd
 	if((ioctl(vo_mpegpes_fd2,AUDIO_SET_MUTE, false) < 0))
 	{
 		mp_msg(MSGT_VO, MSGL_ERR, "DVB AUDIO SET MUTE: %s\n", strerror(errno));