From 96bac38274049a01ee58ff4012877ca5a5671b3a Mon Sep 17 00:00:00 2001
From: Vadim Zeitlin
Date: Mon, 13 Jul 2020 17:38:47 +0200
Subject: [PATCH] Fix spelling mistakes found by codespell
---
docs/index.htm | 2 +-
docs/msw/install.md | 2 +-
docs/wine/install.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/index.htm b/docs/index.htm
index 5d1c28d77e..43a6fbc0c0 100644
--- a/docs/index.htm
+++ b/docs/index.htm
@@ -127,7 +127,7 @@
Contributor Notes
Contributor notes contain information useful only to wxWidgets developers
- for the maintainance of the project:
+ for the maintenance of the project:
- Index of Contributor Notes
diff --git a/docs/msw/install.md b/docs/msw/install.md
index 1c70494833..21a5c3d5fd 100644
--- a/docs/msw/install.md
+++ b/docs/msw/install.md
@@ -299,7 +299,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`
diff --git a/docs/wine/install.txt b/docs/wine/install.txt
index e6e3d3311b..8563f41f1c 100644
--- a/docs/wine/install.txt
+++ b/docs/wine/install.txt
@@ -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