diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-15 14:19:08 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-08-15 19:04:41 +0200 |
commit | 76532719505a3d9b495911ce7f86b8cda8412a00 (patch) | |
tree | bc6cd8b59cf136c5c521aa8dea9e3c5d1865f8fe /sal/osl | |
parent | 9aee1dd5c7a4799fa02f0f64e6f733029c47a21a (diff) |
Fix typo: s/an other/another/g
Change-Id: Iab3302d20fb9b0be4b97331709f83f818a46b2da
Reviewed-on: https://gerrit.libreoffice.org/59100
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sal/osl')
-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 d3c1e096d8a8..d52452cd5e38 100644 --- a/sal/osl/unx/process.cxx +++ b/sal/osl/unx/process.cxx @@ -303,7 +303,7 @@ static void ChildStatusProc(void *pData) SAL_WARN("sal.osl", "Failed to wait for child process, errno=" << errno << " (" << strerror(errno) << ")"); /* - We got an other error than EINTR. Anyway we have to wake up the + We got another error than EINTR. Anyway we have to wake up the waiting thread under any circumstances */ child_pid = pid; |