X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f66f6a5b3583b02c34854556eb83e3a808524ce..931d6a47c32a5b4c283243cb553ce71ee2b535d5:/include/wx/html/htmlwin.h diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index 176cc9a46d..7c716df115 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -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). // ----------------------------------------------------------------------------