]> git.sesse.net Git - vlc/commitdiff
* spelling correction
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 6 Oct 2004 14:15:03 +0000 (14:15 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 6 Oct 2004 14:15:03 +0000 (14:15 +0000)
modules/access/mms/mmsh.c

index 1ed4519b8d845e61534f12b49eb4418b990c5c9d..6e4380b4131d7ea5b44ba90dabf91e400c0140c1 100644 (file)
@@ -369,7 +369,7 @@ static int Describe( access_t  *p_access, char **ppsz_location )
     if( ( p_sys->fd = net_OpenTCP( p_access, p_sys->url.psz_host,
                                             p_sys->url.i_port ) ) < 0 )
     {
-        msg_Err( p_access, "cannot connect to%s:%d", p_sys->url.psz_host, p_sys->url.i_port );
+        msg_Err( p_access, "cannot connect to %s:%d", p_sys->url.psz_host, p_sys->url.i_port );
         goto error;
     }