From 7668d4e616dd37d3b335c43db897b64a7349047b Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 08:53:41 +0100 Subject: Fix typos Change-Id: I56e429ff1b8ee55ccb8df16002b509770762172c Reviewed-on: https://gerrit.libreoffice.org/35618 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- cpputools/source/unoexe/unoexe.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpputools/source') diff --git a/cpputools/source/unoexe/unoexe.cxx b/cpputools/source/unoexe/unoexe.cxx index e89044296d6e..dc7cb5d8cabc 100644 --- a/cpputools/source/unoexe/unoexe.cxx +++ b/cpputools/source/unoexe/unoexe.cxx @@ -204,7 +204,7 @@ static Reference< XInterface > loadComponent( Reference< XSingleServiceFactory > xSFac( xFactory, UNO_QUERY ); if (xSFac.is()) { - out( "\n> warning: ignroing context for implementation \"" ); + out( "\n> warning: ignoring context for implementation \"" ); out( rImplName ); out( "\"!" ); xInstance = xSFac->createInstance(); -- cgit v1.2.3