[vlc-commits] Fix spelling of "instantiation"
Sebastian Ramacher
git at videolan.org
Sat Jan 30 18:44:46 CET 2016
vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Sat Jan 30 11:54:30 2016 +0100| [ad6c3b6ae4000204715eb11ada7ef15c859dacbe] | committer: Jean-Baptiste Kempf
Fix spelling of "instantiation"
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad6c3b6ae4000204715eb11ada7ef15c859dacbe
---
modules/access/rdp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/rdp.c b/modules/access/rdp.c
index e20cb14..c9bcd6f 100644
--- a/modules/access/rdp.c
+++ b/modules/access/rdp.c
@@ -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;
}
More information about the vlc-commits
mailing list