From d1f4adab24ad2b636de145843ab1e14ff4b41ae6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 29 May 2020 12:58:07 +1000 Subject: Cleanup: spelling, correct reference to 'Mesh.mcol' --- intern/ghost/GHOST_ISystem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/ghost/GHOST_ISystem.h') diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h index 9b619f5c684..33600fd1219 100644 --- a/intern/ghost/GHOST_ISystem.h +++ b/intern/ghost/GHOST_ISystem.h @@ -382,7 +382,7 @@ class GHOST_ISystem { ***************************************************************************************/ /** - * Returns the state of a modifier key (ouside the message queue). + * Returns the state of a modifier key (outside the message queue). * \param mask The modifier key state to retrieve. * \param isDown The state of a modifier key (true == pressed). * \return Indication of success. @@ -390,7 +390,7 @@ class GHOST_ISystem { virtual GHOST_TSuccess getModifierKeyState(GHOST_TModifierKeyMask mask, bool &isDown) const = 0; /** - * Returns the state of a mouse button (ouside the message queue). + * Returns the state of a mouse button (outside the message queue). * \param mask The button state to retrieve. * \param isDown Button state. * \return Indication of success. -- cgit v1.2.3