Fix typo in WXWEBREQUEST_BACKEND documentation

Thanks codespell.
This commit is contained in:
Vadim Zeitlin 2021-01-12 14:53:24 +01:00
parent 3f783b15f0
commit ea3d25336c

View File

@ -30,7 +30,7 @@ wxWidgets programs.
This variable can be set to override the choice of the default backend
used by wxWebRequest, see wxWebSession::New(). Most common use is to
set it to @c "CURL" to force using libcurl-based implementation under
MSW or macOS platforms where the native implementation would be chosed
MSW or macOS platforms where the native implementation would be chosen
by default.}
*/