[vlc-devel] commit: Typo ( Rafaël Carré )
git version control
git at videolan.org
Fri May 30 17:51:20 CEST 2008
vlc | branch: 0.8.6-bugfix | Rafaël Carré <funman at videolan.org> | Fri May 30 17:49:25 2008 +0200| [ed4e89f0f6db7f24e52064dc7f1dd361997b1ddf]
Typo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ed4e89f0f6db7f24e52064dc7f1dd361997b1ddf
---
modules/mux/mpjpeg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/mux/mpjpeg.c b/modules/mux/mpjpeg.c
index 12dce3d..b5c85bb 100644
--- a/modules/mux/mpjpeg.c
+++ b/modules/mux/mpjpeg.c
@@ -202,7 +202,7 @@ static int Mux( sout_mux_t *p_mux )
char *psz_separator_block = (char *)malloc( strlen( psz_separator ) +
2 + strlen( CONTENT_TYPE ) );
- if( !psz_seperator_block )
+ if( !psz_separator_block )
{
free( psz_separator );
return VLC_EGENERIC;
More information about the vlc-devel
mailing list