[Libreoffice-commits] core.git: sal/osl

Markus Mohrhard markus.mohrhard at googlemail.com
Mon May 16 01:00:28 UTC 2016


 sal/osl/unx/signal.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 145b2c94f245b07ba5079eda111bd9bfb85ee29f
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon May 16 02:52:01 2016 +0200

    fix typo
    
    Change-Id: Icfc4b73d5664c205ad642c660af5227f403d20ff
    Reviewed-on: https://gerrit.libreoffice.org/25021
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/sal/osl/unx/signal.cxx b/sal/osl/unx/signal.cxx
index 78b42eb..d424451 100644
--- a/sal/osl/unx/signal.cxx
+++ b/sal/osl/unx/signal.cxx
@@ -330,7 +330,7 @@ void callSystemHandler(int signal)
                     _exit(255);
                     break;
 
-                case ACT_ABORT:     /* terminate witch core dump */
+                case ACT_ABORT:     /* terminate with core dump */
                     struct sigaction act;
                     act.sa_handler = SIG_DFL;
                     act.sa_flags   = 0;


More information about the Libreoffice-commits mailing list