Set event object correctly for the generated wxSizeEvents.
[wxWidgets.git] / src / osx / button_osx.cpp
index 7867f9f5ae97bccec7684231bce7ab5cd70a1e24..da3066445292c66b7a2916ddd4604a4169972170 100644 (file)
@@ -211,7 +211,7 @@ bool wxDisclosureTriangle::Create(wxWindow *parent, wxWindowID id, const wxStrin
     SetPeer(wxWidgetImpl::CreateDisclosureTriangle(this, parent, id, label, pos, size, style, GetExtraStyle() ));
 
     MacPostControlCreate( pos, size );
-    // passing the text in the param doesn't seem to work, so lets do it again
+    // passing the text in the param doesn't seem to work, so let's do it again
     SetLabel( label );
 
     return true;