sal/osl/unx/signal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 145b2c94f245b07ba5079eda111bd9bfb85ee29f Author: Markus Mohrhard <markus.mohrh...@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.mohrh...@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrh...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits