diff --git a/common/PhysicalDisplayManager.cpp b/common/PhysicalDisplayManager.cpp index 240ab4a..d939a3b 100644 --- a/common/PhysicalDisplayManager.cpp +++ b/common/PhysicalDisplayManager.cpp @@ -718,7 +718,7 @@ void PhysicalDisplayManager::IdleTimeout::resetIdleTimer() --mFramesToExitIdle; } - // Set-up a timer to timeout if we recieve no updates in a while. + // Set-up a timer to timeout if we receive no updates in a while. mIdleTimer.set((mFramesToExitIdle) ? mOptionIdleTimein : mOptionIdleTimeout); }