]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor changes to some comments
authorPaul Cornett <paulcor@bullseye.com>
Tue, 23 Oct 2012 17:28:43 +0000 (17:28 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Tue, 23 Oct 2012 17:28:43 +0000 (17:28 +0000)
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
src/common/event.cpp

index e28d5c29708f993883195c7a2c7bb5ede552a6bc..3396eb2a88d3dab77e496c422bdd9ce4c23efd12 100644 (file)
@@ -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 <typename T, typename T1, typename P1>
index 07e5fc334107eb4ea19208e9a09fd3824a1137e4..1d2beecc21e82fd90af84618f3466c6b4ad5742b 100644 (file)
@@ -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 )