From 3742748699cc09b04bff3d7c606f1c7a21427357 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 9 May 2016 10:18:31 +0200 Subject: Fix typos Change-Id: I1c1894fcf533291b34a662b6efb96dcfa75b92b3 Reviewed-on: https://gerrit.libreoffice.org/24760 Tested-by: Jenkins Reviewed-by: Michael Stahl --- editeng/source/misc/unolingu.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editeng') diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index 01ae02447b62..6337edf50faa 100644 --- a/editeng/source/misc/unolingu.cxx +++ b/editeng/source/misc/unolingu.cxx @@ -444,7 +444,7 @@ public: LinguMgrExitLstnr::LinguMgrExitLstnr() { // add object to frame::Desktop EventListeners in order to properly call - // the AtExit function at appliction exit. + // the AtExit function at application exit. uno::Reference< XComponentContext > xContext = getProcessComponentContext(); xDesktop = Desktop::create( xContext ); -- cgit