From b47f733178335779283152f9a24381644cf9c5a6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 22 Aug 2019 22:23:15 +0200 Subject: Fix typo Change-Id: I94efc4ce7e197fb8dc68840939ed75393983be1c Reviewed-on: https://gerrit.libreoffice.org/77980 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- vbahelper/source/vbahelper/vbaapplicationbase.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vbahelper') diff --git a/vbahelper/source/vbahelper/vbaapplicationbase.cxx b/vbahelper/source/vbahelper/vbaapplicationbase.cxx index 87c82e472d7c..94c3419f6e2a 100644 --- a/vbahelper/source/vbahelper/vbaapplicationbase.cxx +++ b/vbahelper/source/vbahelper/vbaapplicationbase.cxx @@ -472,7 +472,7 @@ void VbaApplicationBase::Quit() { // This is the case of a call from an (OLE) Automation client. - // When an Automation client itself asks the proces to quit, it should obey it. + // When an Automation client itself asks the process to quit, it should obey it. AsyncQuitHandler::instance().SetForceQuit(); // TODO: Probably we should just close any document windows open by the "application" -- cgit