[vlc-devel] [PATCH 7/9] Fix spelling of "instantiation"

Sebastian Ramacher sramacher at debian.org
Sat Jan 30 11:54:30 CET 2016


---
 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;
     }
-- 
2.7.0



More information about the vlc-devel mailing list