diff --git a/gvr-interface/src/RenderingClient.cpp b/gvr-interface/src/RenderingClient.cpp index 8f7755a8c5..e6d2f6b585 100644 --- a/gvr-interface/src/RenderingClient.cpp +++ b/gvr-interface/src/RenderingClient.cpp @@ -75,7 +75,7 @@ void RenderingClient::cleanupBeforeQuit() { QMetaObject::invokeMethod(DependencyManager::get().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(); }