From 84ef3b80de4915a24a9fd2fd214d0fa44e59b854 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 19 Oct 2020 08:51:50 -0700 Subject: Spelling: Miscellaneous Corrects 34 miscellaneous misspelled words. Differential Revision: https://developer.blender.org/D9248 Reviewed by Campbell Barton --- intern/ghost/intern/GHOST_CallbackEventConsumer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/ghost') diff --git a/intern/ghost/intern/GHOST_CallbackEventConsumer.h b/intern/ghost/intern/GHOST_CallbackEventConsumer.h index a1664e77717..9a76f4b031f 100644 --- a/intern/ghost/intern/GHOST_CallbackEventConsumer.h +++ b/intern/ghost/intern/GHOST_CallbackEventConsumer.h @@ -36,7 +36,7 @@ class GHOST_CallbackEventConsumer : public GHOST_IEventConsumer { /** * Constructor. * \param eventCallback The call-back routine invoked. - * \param userData The data passed back though the call-back routine. + * \param userData The data passed back through the call-back routine. */ GHOST_CallbackEventConsumer(GHOST_EventCallbackProcPtr eventCallback, GHOST_TUserDataPtr userData); @@ -58,7 +58,7 @@ class GHOST_CallbackEventConsumer : public GHOST_IEventConsumer { protected: /** The call-back routine invoked. */ GHOST_EventCallbackProcPtr m_eventCallback; - /** The data passed back though the call-back routine. */ + /** The data passed back through the call-back routine. */ GHOST_TUserDataPtr m_userData; #ifdef WITH_CXX_GUARDEDALLOC -- cgit v1.2.3