]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/textctrl.cpp
Add some more docs to the runtime installer.
[wxWidgets.git] / src / mac / carbon / textctrl.cpp
index a7ef104c04635ac6685da14dd159c1701ffb0efe..e41e0e2c8ef75e119aa2d956ee8527478e73ba52 100644 (file)
@@ -653,7 +653,7 @@ void wxTextCtrl::WriteText(const wxString& str)
     if ( !wxIsMainThread() )
     {
         // unfortunately CW 8 is not able to correctly deduce the template types, so we have
-        // to instantiate explicitely
+        // to instantiate explicitly
         wxMacMPRemoteGUICall<wxTextCtrl,wxString>( this , &wxTextCtrl::WriteText , str ) ;
         return ;
     }