]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / include / wx / html / htmlwin.h
index 176cc9a46d7aec0a252bc7cc92ff909a78fbfe97..7c716df115fe255efe922b206464a14ab5c5ee49 100644 (file)
@@ -226,8 +226,8 @@ private:
 //                  Purpose of this class is to display HTML page (either local
 //                  file or downloaded via HTTP protocol) in a window. Width of
 //                  window is constant - given in constructor - virtual height
-//                  is changed dynamicly depending on page size.  Once the
-//                  window is created you can set it's content by calling
+//                  is changed dynamically depending on page size.  Once the
+//                  window is created you can set its content by calling
 //                  SetPage(text) or LoadPage(filename).
 // ----------------------------------------------------------------------------