Fix description of wxUSE_SPELLCHECK option in configure and CMake

Don't say that it's only for MSW and GTK 3, as it's also available under
Mac. Also don't use "spellchecking" non-word in the description of a
spell-checking option.

No real changes.
This commit is contained in:
Vadim Zeitlin 2021-10-17 19:36:56 +02:00
parent da79145101
commit 271926fde0
3 changed files with 3 additions and 3 deletions

2
configure vendored
View file

@ -2176,7 +2176,7 @@ Optional Features:
--enable-secretstore use wxSecretStore class
--enable-snglinst use wxSingleInstanceChecker class
--enable-sound use wxSound class
--enable-spellcheck enable spellchecking in wxTextCtrl class (MSW and GTK3 only)
--enable-spellcheck enable spell checking in wxTextCtrl
--enable-stdpaths use wxStandardPaths class
--enable-stopwatch use wxStopWatch class
--enable-streams use wxStream etc classes