]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/dialog_osx.cpp
Minor corrections to wxFlexGridSizer ctor documentation.
[wxWidgets.git] / src / osx / dialog_osx.cpp
index fbc3ce67e21b7a9daec0ca583aeadecf42cf7294..c51035b9690bbc4dfc5e87752c75faee18233d12 100644 (file)
@@ -138,7 +138,7 @@ int wxDialog::ShowModal()
     return GetReturnCode();
 }
 
-// NB: this function (surprizingly) may be called for both modal and modeless
+// NB: this function (surprisingly) may be called for both modal and modeless
 //     dialogs and should work for both of them
 void wxDialog::EndModal(int retCode)
 {