mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +01:00
Several more spelling fixes (#13752)
Signed-off-by: Mathias Gibbens <mathias@calenhad.com> Co-authored-by: Mathias Gibbens <mathias@calenhad.com>
This commit is contained in:
@@ -100,7 +100,7 @@ void JobPool::ProcessQueue()
|
||||
unique_lock lock(_mutex);
|
||||
do
|
||||
{
|
||||
// Wait for work or cancelation.
|
||||
// Wait for work or cancellation.
|
||||
_condPending.wait(lock, [this]() { return _shouldStop || !_pending.empty(); });
|
||||
|
||||
if (!_pending.empty())
|
||||
|
||||
Reference in New Issue
Block a user