From ea3d25336c33482a0f074a920439c037eaa11ce3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 12 Jan 2021 14:53:24 +0100 Subject: [PATCH] Fix typo in WXWEBREQUEST_BACKEND documentation Thanks codespell. --- docs/doxygen/overviews/envvars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/envvars.h b/docs/doxygen/overviews/envvars.h index 7a3426e5fc..c869bc5faa 100644 --- a/docs/doxygen/overviews/envvars.h +++ b/docs/doxygen/overviews/envvars.h @@ -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.} */