Merge branch 'codespell-workflow'

Set up a GitHub workflow checking for spelling errors in the
documentation and headers.

See https://github.com/wxWidgets/wxWidgets/pull/1958
This commit is contained in:
Vadim Zeitlin
2020-07-18 19:43:06 +02:00
8 changed files with 108 additions and 9 deletions

View File

@@ -127,7 +127,7 @@
<h1>Contributor Notes</h1>
<p>Contributor notes contain information useful only to wxWidgets developers
for the maintainance of the project:</p>
for the maintenance of the project:</p>
<ul>
<li><a href="contributing/">Index of Contributor Notes</a></li>

View File

@@ -301,7 +301,7 @@ debug mode, edit makefile.bcc and change /aa to /Tpe in link commands.
Using the Debugger and IDE in BDS or Turbo Explorer
---------------------------------------------------
Doubleclick / open \%WXWIN\%\samples\minimal\borland.bdsproj. The current version
Double-click / open \%WXWIN\%\samples\minimal\borland.bdsproj. The current version
is to be used with a dynamic build of wxWidgets-made by running
make -f Makefile.bcc -DBUILD=debug -DSHARED=1
in wxWidgets\build\msw. You also need the `wxWidgets\lib\bcc_dll`

View File

@@ -367,7 +367,7 @@ configure --disable-static --enable-shared --enable-gui \
--with-libjpeg --enable-debug_cntxt
Compiling a sample won't work yet because 'winebuild' needs
to be called, and the resuling C file compiled and linked.
to be called, and the resulting C file compiled and linked.
Plus, Windows DLLs need to be imported.
Note that the documentation on the WINE web site on using