From 856cad9ac7f40f463045d8a04684950fb54a5cf3 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 23 Oct 2012 17:28:43 +0000 Subject: [PATCH] Minor changes to some comments remove ambiguous "only" procession --> processing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/event.h | 2 +- src/common/event.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/event.h b/include/wx/event.h index e28d5c2970..3396eb2a88 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -3311,7 +3311,7 @@ public: } // Notice that we use P1 and not T1 for the parameter to allow passing - // parameters that are only convertible to the type taken by the method + // parameters that are convertible to the type taken by the method // instead of being exactly the same, to be closer to the usual method call // semantics. template diff --git a/src/common/event.cpp b/src/common/event.cpp index 07e5fc3341..1d2beecc21 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -1565,7 +1565,7 @@ bool wxEvtHandler::TryHereOnly(wxEvent& event) if ( GetEventHashTable().HandleEvent(event, this) ) return true; - // There is an implicit entry for async method calls procession in every + // There is an implicit entry for async method calls processing in every // event handler: if ( event.GetEventType() == wxEVT_ASYNC_METHOD_CALL && event.GetEventObject() == this ) -- 2.45.2