diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
commit | 2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch) | |
tree | c43eb54c32924b919ad2ad7e653d0eaa47800d39 /sal | |
parent | 928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff) |
fix typos (wich instead of which)
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/signal.c b/sal/osl/unx/signal.c index 9c550146b3c9..2c3f2b2f7453 100644 --- a/sal/osl/unx/signal.c +++ b/sal/osl/unx/signal.c @@ -268,7 +268,7 @@ static sal_Bool InitSignal() Signals[i].Action = ACT_IGNORE; #endif - /* hack: stomcatd is attaching JavaVM wich dont work with an sigaction(SEGV) */ + /* hack: stomcatd is attaching JavaVM which does not work with an sigaction(SEGV) */ if ((bSetSEGVHandler || Signals[i].Signal != SIGSEGV) && (bSetWINCHHandler || Signals[i].Signal != SIGWINCH) && (bSetILLHandler || Signals[i].Signal != SIGILL)) |