diff --git a/docs/doxygen/mainpages/libs.h b/docs/doxygen/mainpages/libs.h index 515e9b123c..84a566bbd3 100644 --- a/docs/doxygen/mainpages/libs.h +++ b/docs/doxygen/mainpages/libs.h @@ -19,7 +19,7 @@ wxWidgets library is divided into libraries briefly described below. This diagram shows the dependencies between them: @dot -digraph Dependancies +digraph Dependencies { node [shape = ellipse, fontname = "Courier", fontsize = 10, style = filled]; diff --git a/docs/doxygen/mainpages/samples.h b/docs/doxygen/mainpages/samples.h index e5c56758f9..054856c9ee 100644 --- a/docs/doxygen/mainpages/samples.h +++ b/docs/doxygen/mainpages/samples.h @@ -12,7 +12,7 @@ @tableofcontents Probably the best way to learn wxWidgets is by reading the source of some 80+ -samples provided with it. Many aspects of wxWidgets programming can be learnt +samples provided with it. Many aspects of wxWidgets programming can be learned from them, but sometimes it is not simple to just choose the right sample to look at. This overview aims at describing what each sample does/demonstrates to make it easier to find the relevant one if a simple grep through all sources @@ -920,7 +920,7 @@ control. @section page_samples_webview wxWebView Sample The wxWebView sample demonstarates the various capabilities of the wxWebView -control. It is set up as a simple single window web broswer, but with support +control. It is set up as a simple single window web browser, but with support for many of the more complex wxWebView features, including browsing through archives. diff --git a/docs/doxygen/mainpages/utilities.h b/docs/doxygen/mainpages/utilities.h index f3e9b00dfe..9ecd57fb77 100644 --- a/docs/doxygen/mainpages/utilities.h +++ b/docs/doxygen/mainpages/utilities.h @@ -47,7 +47,7 @@ You can find Helpview in @c utils/helpview. @section page_utils_hhp2cached HHP2Cached This utility creates a "cached" version of a @c .hhp file; using cached @c .hhp -files in wxHtmlHelpController can drammatically improve the performances +files in wxHtmlHelpController can dramatically improve the performance of the help viewer. See wxHtmlHelpController for more details. You can find HHP2Cached in @c utils/hhp2cached.