Commit ad6c3b6a authored by Sebastian Ramacher's avatar Sebastian Ramacher Committed by Jean-Baptiste Kempf

Fix spelling of "instantiation"

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 68b8e989
......@@ -439,7 +439,7 @@ static int Open( vlc_object_t *p_this )
p_sys->p_instance = freerdp_new();
if ( !p_sys->p_instance )
{
msg_Err( p_demux, "rdp instanciation error" );
msg_Err( p_demux, "rdp instantiation error" );
free( p_sys );
return VLC_EGENERIC;
}
......
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