diff -r 849a0b46c767 -r dc41da2f70a4 commands/ecom/ecom.cpp --- a/commands/ecom/ecom.cpp Sun Oct 17 18:43:12 2010 +0100 +++ b/commands/ecom/ecom.cpp Thu Oct 21 22:32:59 2010 +0100 @@ -123,9 +123,9 @@ { TUid implKey; // We don't care about this TAny* impl = NULL; - TRAPL(impl = REComSession::CreateImplementationL(uid, implKey), _L("Couldn't instanciate plugin uid 0x%x"), iUid); + TRAPL(impl = REComSession::CreateImplementationL(uid, implKey), _L("Couldn't instantiate plugin uid 0x%x"), iUid); if (impl == NULL) LeaveIfErr(KErrGeneral, _L("Plugin returned NULL implementation pointer!")); - Printf(_L("Instanciated plugin 0x%x ok.\r\n"), iUid); + Printf(_L("Instantiated plugin 0x%x ok.\r\n"), iUid); #ifdef FSHELL_MEMORY_ACCESS_SUPPORT if (iVerbose)