diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-05 14:21:02 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-05 17:51:48 +0100 |
commit | 24e1d6dbd27fa6c37723b55bbab5f5b5cce279f2 (patch) | |
tree | 14187b6e23e0b9a13c5ddc6d25af3c46d5178d16 /solenv | |
parent | 0053dfbabd8b6711ea7e9354e5792048931daf7c (diff) |
Fix typo
Change-Id: Ie41ca6c56bf44b04bd2d65b6cb64594d66295f24
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158951
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/job-limiter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/job-limiter.cpp b/solenv/bin/job-limiter.cpp index a94aafde9687..9111ead35127 100644 --- a/solenv/bin/job-limiter.cpp +++ b/solenv/bin/job-limiter.cpp @@ -87,7 +87,7 @@ int wmain(int argc, wchar_t* argv[]) semaphore_handle = CreateSemaphoreW(NULL, 3, 4, semaphorename); // keep this process alive for other jobs to grab the semaphore, otherwise it is gone too // quickly and everything creates their own semaphore that immediately has enough slots, - // completely bypassing the point of havig a limiter... + // completely bypassing the point of having a limiter... Sleep(500); } if (semaphore_handle == NULL) |