Closes #11117.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61730
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Create functors for the templatized events, either allocated on the heap for
// wxNewXXX() variants (this is needed in wxEvtHandler::Bind<>() to store them
-// in dynamic event table) or just by returning them as a temporary objects (this
+// in dynamic event table) or just by returning them as temporary objects (this
// is enough for Unbind<>() and we avoid unnecessary heap allocation like this).