summaryrefslogtreecommitdiff
path: root/vbahelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-22 22:23:15 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-23 07:24:19 +0200
commitb47f733178335779283152f9a24381644cf9c5a6 (patch)
tree32ea2cc51b1fbc4272fa2cd2bd2ac215087907f3 /vbahelper
parentd0e268ca18ec0d907980ca608c97fe8f727d20df (diff)
Fix typo
Change-Id: I94efc4ce7e197fb8dc68840939ed75393983be1c Reviewed-on: https://gerrit.libreoffice.org/77980 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vbahelper')
-rw-r--r--vbahelper/source/vbahelper/vbaapplicationbase.cxx2
1 files changed, 1 insertions, 1 deletions
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"