diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 11:13:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 11:15:38 +0200 |
commit | fc090acf829d0053c0a611acd73f08b51128031d (patch) | |
tree | 981e34facb049c5fd4eaecf4ec3244e029a8c4d5 /sal/osl/unx/process.cxx | |
parent | ea4581a914cb1aad29f16b73e35350f05f8adc1c (diff) |
Fix misspellings detected by https://github.com/lyda/misspell-check
Just as a test to check the usefulness of that tool. It needs some improvement
before really usable.
Change-Id: I875e79c1992ed5f3b695736b0d49938ad0ba2d55
Diffstat (limited to 'sal/osl/unx/process.cxx')
-rw-r--r-- | sal/osl/unx/process.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/process.cxx b/sal/osl/unx/process.cxx index cf246c5ce9a5..aa71c36b0258 100644 --- a/sal/osl/unx/process.cxx +++ b/sal/osl/unx/process.cxx @@ -1158,7 +1158,7 @@ static int is_timeout(const struct timeval* tend) } /********************************************** - kill(pid, 0) is usefull for checking if a + kill(pid, 0) is useful for checking if a process is still alive, but remember that kill even returns 0 if the process is already a zombie. |