spelling fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2013-11-10 01:48:27 +00:00
parent 42f3e38799
commit 79635fa10c
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ wxWidgets library is divided into libraries briefly described below. This
diagram shows the dependencies between them: diagram shows the dependencies between them:
@dot @dot
digraph Dependancies digraph Dependencies
{ {
node [shape = ellipse, fontname = "Courier", fontsize = 10, style = filled]; node [shape = ellipse, fontname = "Courier", fontsize = 10, style = filled];

View File

@@ -12,7 +12,7 @@
@tableofcontents @tableofcontents
Probably the best way to learn wxWidgets is by reading the source of some 80+ 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 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 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 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 @section page_samples_webview wxWebView Sample
The wxWebView sample demonstarates the various capabilities of the wxWebView 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 for many of the more complex wxWebView features, including browsing through
archives. archives.

View File

@@ -47,7 +47,7 @@ You can find Helpview in @c utils/helpview.
@section page_utils_hhp2cached HHP2Cached @section page_utils_hhp2cached HHP2Cached
This utility creates a "cached" version of a @c .hhp file; using cached @c .hhp 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. of the help viewer. See wxHtmlHelpController for more details.
You can find HHP2Cached in @c utils/hhp2cached. You can find HHP2Cached in @c utils/hhp2cached.