mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:27:35 +00:00
Everywhere: Fix a bunch of typos
This commit is contained in:
parent
f377951178
commit
173dcfb7cb
17 changed files with 23 additions and 23 deletions
|
@ -10,7 +10,7 @@
|
|||
PlaybackManager::PlaybackManager(NonnullRefPtr<Audio::ConnectionFromClient> connection)
|
||||
: m_connection(connection)
|
||||
{
|
||||
// FIXME: The buffer enqueuing should happen on a wholly independend second thread.
|
||||
// FIXME: The buffer enqueuing should happen on a wholly independent second thread.
|
||||
m_timer = Core::Timer::construct(PlaybackManager::update_rate_ms, [&]() {
|
||||
if (!m_loader)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue