diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 08:53:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 16:17:21 +0000 |
commit | 7668d4e616dd37d3b335c43db897b64a7349047b (patch) | |
tree | f5463f30b8a6dfffe38785dbd59f36153b935aa0 /cpputools | |
parent | 402aa305b7e37c3d3e1432613f59c905933a97cd (diff) |
Fix typos
Change-Id: I56e429ff1b8ee55ccb8df16002b509770762172c
Reviewed-on: https://gerrit.libreoffice.org/35618
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/unoexe/unoexe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |