Commit e2197980 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* spelling correction

parent 78171aef
...@@ -369,7 +369,7 @@ static int Describe( access_t *p_access, char **ppsz_location ) ...@@ -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, if( ( p_sys->fd = net_OpenTCP( p_access, p_sys->url.psz_host,
p_sys->url.i_port ) ) < 0 ) 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; goto error;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment