fix a typo in RenderingClient

This commit is contained in:
Stephen Birarda 2015-02-12 15:11:24 -08:00
parent 4e71e128f3
commit 30b371559d

View file

@ -75,7 +75,7 @@ void RenderingClient::cleanupBeforeQuit() {
QMetaObject::invokeMethod(DependencyManager::get<AudioClient>().data(),
"stop", Qt::BlockingQueuedConnection);
// destroy the AudioClient so it and it's thread will safely go down
// destroy the AudioClient so it and its thread will safely go down
DependencyManager::destroy<AudioClient>();
}