vbahelper/source/vbahelper/vbaapplicationbase.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b47f733178335779283152f9a24381644cf9c5a6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Aug 22 22:23:15 2019 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Aug 23 07:24:19 2019 +0200

    Fix typo
    
    Change-Id: I94efc4ce7e197fb8dc68840939ed75393983be1c
    Reviewed-on: https://gerrit.libreoffice.org/77980
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

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"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to