diff options
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbaapplicationbase.cxx | 2 |
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" |