Everywhere: Fix a bunch of typos

This commit is contained in:
Linus Groh 2022-05-29 11:50:10 +01:00 committed by Andreas Kling
commit 173dcfb7cb
Notes: sideshowbarker 2024-07-17 10:36:21 +09:00
17 changed files with 23 additions and 23 deletions

View file

@ -97,7 +97,7 @@ void ConnectionFromClient::custom_event(Core::CustomEvent&)
m_user_queue->discard_samples(available_samples);
// FIXME: Could we recieve interrupts in a good non-IPC way instead?
// FIXME: Could we receive interrupts in a good non-IPC way instead?
auto result = m_buffer->try_blocking_enqueue(next_chunk, [this]() {
nanosleep(&m_good_sleep_time, nullptr);
});